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

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