diff options
author | Doug Evans <dje@google.com> | 2009-01-07 22:04:47 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-01-07 22:04:47 +0000 |
commit | 69bcc6bc50d6e0eaa9809b547056ab7471b83501 (patch) | |
tree | bae088462f469da2feeca644311ad19f3466266f /gdb/top.c | |
parent | fa3a767ffc07a0793e7187848dd9c06fffb3cbf2 (diff) | |
download | gdb-69bcc6bc50d6e0eaa9809b547056ab7471b83501.zip gdb-69bcc6bc50d6e0eaa9809b547056ab7471b83501.tar.gz gdb-69bcc6bc50d6e0eaa9809b547056ab7471b83501.tar.bz2 |
* top.c (gdb_prompt_string): Delete, unused.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. */ |