* top.c (gdb_prompt_string): Delete, unused.

This commit is contained in:
Doug Evans 2009-01-07 22:04:47 +00:00
parent fa3a767ffc
commit 69bcc6bc50
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-01-07 Doug Evans <dje@google.com>
* top.c (gdb_prompt_string): Delete, unused.
2009-01-07 Pedro Alves <pedro@codesourcery.com>
Delete ONE_PROCESS_WRITETEXT leftovers.

View File

@ -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. */