OSDN Git Service

From Dean Luick <luick@cray.com>:
authorcagney <cagney>
Thu, 8 Feb 2001 06:49:18 +0000 (06:49 +0000)
committercagney <cagney>
Thu, 8 Feb 2001 06:49:18 +0000 (06:49 +0000)
* defs.h (continuation): Remove unused global variable.

gdb/ChangeLog
gdb/defs.h

index 873e4aa..06d4255 100644 (file)
@@ -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
index f8e36dd..c1ca4a7 100644 (file)
@@ -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;