summaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-01-07 10:22:22 +0000
committerEli Zaretskii <eliz@gnu.org>2006-01-07 10:22:22 +0000
commit80f3848e7637defcfec05978c9c243e303e935c3 (patch)
tree14155f9570b419dfc62345ca2a54aac13276ea64 /gdb/top.c
parent4fb480283d7ee5677c0702e392d7b4e61503323b (diff)
downloadgdb-80f3848e7637defcfec05978c9c243e303e935c3.tar.gz
* top.c (control_level): Remove unused variable.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/top.c b/gdb/top.c
index f011549e8a4..a5ee333f42f 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -184,9 +184,6 @@ int remote_debug = 0;
target is off and running, which gdb is doing something else. */
int target_executing = 0;
-/* Level of control structure. */
-static int control_level;
-
/* Sbrk location on entry to main. Used for statistics only. */
#ifdef HAVE_SBRK
char *lim_at_start;