projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6763944
)
* top.c (control_level): Remove unused variable.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Jan 2006 10:22:22 +0000
(10:22 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 7 Jan 2006 10:22:22 +0000
(10:22 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/top.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ce17760f93b13ecf2f19ddd3f388c53729356e68..626f74402bc6931d793e647454cf61a23244393f 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
* objfiles.c (source.h): Include.
diff --git
a/gdb/top.c
b/gdb/top.c
index f011549e8a40ffa5e8f6c65ad4dbe439c1f2838a..a5ee333f42f04bb8a3c06cd0b932027c8c656d40 100644
(file)
--- 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;