summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-09-13 22:12:16 +0000
committerK. Richard Pixley <rich@cygnus>1993-09-13 22:12:16 +0000
commitc6f494e8be29c3acc11d8d7557fb29f3d700a69d (patch)
treeb8898d2b5fa953be06d0f1d7aa14d3252ab7dd98 /gdb/defs.h
parent604633aeca413d9fe75280b214894721f8186315 (diff)
downloadbinutils-gdb-c6f494e8be29c3acc11d8d7557fb29f3d700a69d.tar.gz
collect some remote things into remote-utils
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index fcfea6ca6cb..f7b3d6129cd 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -353,9 +353,6 @@ extern char *current_directory;
extern unsigned input_radix;
extern unsigned output_radix;
-/* Baud rate specified for communication with serial target systems. */
-extern char *baud_rate;
-
/* Possibilities for prettyprint parameters to routines which print
things. Like enum language, this should be in value.h, but needs
to be here for the same reason. FIXME: If we can eliminate this