* top.c (control_level): Remove unused variable.
This commit is contained in:
parent
67639440c7
commit
3c481fdcf1
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-07 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* top.c (control_level): Remove unused variable.
|
||||||
|
|
||||||
2006-01-06 Fred Fish <fnf@specifix.com>
|
2006-01-06 Fred Fish <fnf@specifix.com>
|
||||||
|
|
||||||
* objfiles.c (source.h): Include.
|
* objfiles.c (source.h): Include.
|
||||||
|
@ -184,9 +184,6 @@ int remote_debug = 0;
|
|||||||
target is off and running, which gdb is doing something else. */
|
target is off and running, which gdb is doing something else. */
|
||||||
int target_executing = 0;
|
int target_executing = 0;
|
||||||
|
|
||||||
/* Level of control structure. */
|
|
||||||
static int control_level;
|
|
||||||
|
|
||||||
/* Sbrk location on entry to main. Used for statistics only. */
|
/* Sbrk location on entry to main. Used for statistics only. */
|
||||||
#ifdef HAVE_SBRK
|
#ifdef HAVE_SBRK
|
||||||
char *lim_at_start;
|
char *lim_at_start;
|
||||||
|
Loading…
Reference in New Issue
Block a user