diff options
author | Tom Tromey <tromey@redhat.com> | 2012-12-17 15:11:56 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-12-17 15:11:56 +0000 |
commit | e4acb24c9d483865de3acfd06e33552900c2fa23 (patch) | |
tree | 728dd9cbba1379e3eabb1d93481e2e2b852b1d27 /gdb/top.c | |
parent | 06fc0e223849b3d37b5288f605a2f3b97cf684c4 (diff) | |
download | gdb-e4acb24c9d483865de3acfd06e33552900c2fa23.zip gdb-e4acb24c9d483865de3acfd06e33552900c2fa23.tar.gz gdb-e4acb24c9d483865de3acfd06e33552900c2fa23.tar.bz2 |
* top.c (xgdb_verbose): Remove.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |