aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-array.c
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1995-12-15 20:20:33 +0000
committerRob Savoye <rob@cygnus>1995-12-15 20:20:33 +0000
commit1e11d889d062859499655c19de487707c0d38341 (patch)
tree0306fa7bdcd93c98758a6dc30f2c7ad1ddfef6b0 /gdb/remote-array.c
parent93fac32455bb5f7277b85fec5ead13f7abb9fde8 (diff)
downloadgdb-1e11d889d062859499655c19de487707c0d38341.zip
gdb-1e11d889d062859499655c19de487707c0d38341.tar.gz
gdb-1e11d889d062859499655c19de487707c0d38341.tar.bz2
* remote-array.c: Remove bogus setting of baudrate to 4800. Their
hardware has real UARTS now.
Diffstat (limited to 'gdb/remote-array.c')
-rw-r--r--gdb/remote-array.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-array.c b/gdb/remote-array.c
index 6939a30..7a44d98 100644
--- a/gdb/remote-array.c
+++ b/gdb/remote-array.c
@@ -1419,6 +1419,4 @@ void
_initialize_array ()
{
add_target (&array_ops);
- baud_rate = 4800; /* this is the only supported baud rate */
}
-