From: Doug Evans Date: Wed, 7 Jan 2009 22:04:47 +0000 (+0000) Subject: * top.c (gdb_prompt_string): Delete, unused. X-Git-Tag: sid-snapshot-20090201~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69bcc6bc50d6e0eaa9809b547056ab7471b83501;p=thirdparty%2Fbinutils-gdb.git * top.c (gdb_prompt_string): Delete, unused. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 87b831abfbb..77301e5c630 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-01-07 Doug Evans + + * top.c (gdb_prompt_string): Delete, unused. + 2009-01-07 Pedro Alves Delete ONE_PROCESS_WRITETEXT leftovers. diff --git a/gdb/top.c b/gdb/top.c index 860c2860807..a962aad10d9 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -132,9 +132,6 @@ void (*window_hook) (FILE *, char *); int epoch_interface; int xgdb_verbose; -/* gdb prints this when reading a command interactively */ -static char *gdb_prompt_string; /* the global prompt string */ - /* Buffer used for reading command lines, and the size allocated for it so far. */