summaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-11-15 20:30:41 +0000
committerAndrew Cagney <cagney@redhat.com>2001-11-15 20:30:41 +0000
commit9525aa9055098241aea1437a71991160a7af81b9 (patch)
treebd2b025db37aa23476f6b0cbfadff231a55571f4 /gdb/remote.c
parentc3b1835c0154635f9bc4351f0a4bf162d96cc2ef (diff)
downloadbinutils-gdb-9525aa9055098241aea1437a71991160a7af81b9.tar.gz
Really zap tty_input from multi-arch swap.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 52bde8a26f6..017be6c9bcd 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -5887,7 +5887,6 @@ _initialize_remote (void)
/* Old tacky stuff. NOTE: This comes after the remote protocol so
that the remote protocol has been initialized. */
- register_gdbarch_swap (&tty_input, sizeof (&tty_input), NULL);
register_gdbarch_swap (&remote_address_size,
sizeof (&remote_address_size), NULL);
register_gdbarch_swap (NULL, 0, build_remote_gdbarch_data);