aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-12-17 15:11:56 +0000
committerTom Tromey <tromey@redhat.com>2012-12-17 15:11:56 +0000
commite4acb24c9d483865de3acfd06e33552900c2fa23 (patch)
tree728dd9cbba1379e3eabb1d93481e2e2b852b1d27 /gdb
parent06fc0e223849b3d37b5288f605a2f3b97cf684c4 (diff)
downloadbinutils-e4acb24c9d483865de3acfd06e33552900c2fa23.zip
binutils-e4acb24c9d483865de3acfd06e33552900c2fa23.tar.gz
binutils-e4acb24c9d483865de3acfd06e33552900c2fa23.tar.bz2
* top.c (xgdb_verbose): Remove.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/top.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4c5b5be..6910815 100644
--- a/gdb/ChangeLog
+++ b/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.
diff --git a/gdb/top.c b/gdb/top.c
index 99fd5ff..f3561e5 100644
--- a/gdb/top.c
+++ b/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. */