From Dean Luick <luick@cray.com>:

* defs.h (continuation): Remove unused global variable.
This commit is contained in:
Andrew Cagney 2001-02-08 06:49:19 +00:00
parent 7fcca85b94
commit 12685e01fb
2 changed files with 5 additions and 1 deletions

View 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

View 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;