From Dean Luick <luick@cray.com>:
authorAndrew Cagney <cagney@redhat.com>
Thu, 8 Feb 2001 06:49:19 +0000 (06:49 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 8 Feb 2001 06:49:19 +0000 (06:49 +0000)
* defs.h (continuation): Remove unused global variable.

gdb/ChangeLog
gdb/defs.h

index 873e4aaef2a87344575e2ffc67a2c8d3650071fc..06d42558b06a098c1699db9abc132ca8491b87bc 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 f8e36dde425156f265d77aa2461a472458846b70..c1ca4a76569dea1d22a943b3e1ae3010d159f84d 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;