Rename "set/show remotebaud" command into "set/show serial baud"
[deliverable/binutils-gdb.git] / gdb / top.c
index d9128a3e86b26ea3d3072bad323a78ee4ecc3e0e..c473d8c1bd26da9730c54f6cbe0c5c4299358066 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -144,13 +144,6 @@ int saved_command_line_size = 100;
    is issuing commands too.  */
 int server_command;
 
-/* Baud rate specified for talking to serial target systems.  Default
-   is left as -1, so targets can choose their own defaults.  */
-/* FIXME: This means that "show remotebaud" and gr_files_info can
-   print -1 or (unsigned int)-1.  This is a Bad User Interface.  */
-
-int baud_rate = -1;
-
 /* Timeout limit for response from target.  */
 
 /* The default value has been changed many times over the years.  It 
This page took 0.02816 seconds and 4 git commands to generate.