Browse Source

* top.c (xgdb_verbose): Remove.

gdb_7_6-branch
Tom Tromey 14 years ago
parent
commit
e4acb24c9d
  1. 4
      gdb/ChangeLog
  2. 1
      gdb/top.c

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2012-12-17 Tom Tromey <tromey@redhat.com>
* top.c (xgdb_verbose): Remove.
2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com>
Code cleanup.

1
gdb/top.c

@ -138,7 +138,6 @@ char gdb_dirbuf[1024];
void (*window_hook) (FILE *, char *);
int epoch_interface;
int xgdb_verbose;
/* Buffer used for reading command lines, and the size
allocated for it so far. */

Loading…
Cancel
Save