From: Eli Zaretskii Date: Sat, 7 Jan 2006 10:22:22 +0000 (+0000) Subject: * top.c (control_level): Remove unused variable. X-Git-Tag: gdb-csl-20060226-branchpoint~369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c481fdcf1d7e042aead4fad9c7f938a73789c77;p=platform%2Fupstream%2Fbinutils.git * top.c (control_level): Remove unused variable. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ce17760..626f744 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2006-01-07 Eli Zaretskii + + * top.c (control_level): Remove unused variable. + 2006-01-06 Fred Fish * objfiles.c (source.h): Include. diff --git a/gdb/top.c b/gdb/top.c index f011549..a5ee333 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;