diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-15 20:30:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-15 20:30:41 +0000 |
commit | 5f0f661e6af58410d77047b5a8d0c2c5223aeeec (patch) | |
tree | a6bff75a3262678ce78c2ca4eef76fab695f615e /gdb/remote.c | |
parent | a68e9436b883168e502007b4466552a83f300df4 (diff) | |
download | gdb-5f0f661e6af58410d77047b5a8d0c2c5223aeeec.tar.gz |
Really zap tty_input from multi-arch swap.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 1 |
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); |