diff options
author | Rob Savoye <rob@cygnus> | 1995-12-15 20:20:33 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-12-15 20:20:33 +0000 |
commit | 1e11d889d062859499655c19de487707c0d38341 (patch) | |
tree | 0306fa7bdcd93c98758a6dc30f2c7ad1ddfef6b0 /gdb/remote-array.c | |
parent | 93fac32455bb5f7277b85fec5ead13f7abb9fde8 (diff) | |
download | gdb-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.c | 2 |
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 */ } - |