diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/defs.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 873e4aa..06d4255 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com> + + From Dean Luick <luick@cray.com>: + * defs.h (continuation): Remove unused global variable. + Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com> * configure.tgt: Remove references to convex, pyramid, altos and @@ -673,7 +673,6 @@ struct continuation struct continuation_arg *arg_list; struct continuation *next; }; -struct continuation continuation; /* In infrun.c. */ extern struct continuation *cmd_continuation; |