* top.c (gdb_prompt_string): Delete, unused.
authorDoug Evans <dje@google.com>
Wed, 7 Jan 2009 22:04:47 +0000 (22:04 +0000)
committerDoug Evans <dje@google.com>
Wed, 7 Jan 2009 22:04:47 +0000 (22:04 +0000)
gdb/ChangeLog
gdb/top.c

index 87b831abfbbd6a6a251855fe4aa3d79d5af43c29..77301e5c6303c136e7edcac21afeec9bb294f604 100644 (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.
index 860c286080791a00b397ef506cf2345c95ff25ed..a962aad10d959cde800deef8ca1b724da6efddb4 100644 (file)
--- 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.  */
 
This page took 0.025481 seconds and 4 git commands to generate.