diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-02-08 06:49:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-02-08 06:49:19 +0000 |
commit | 12685e01fb1e88ca507c0fcf816e529a49a067c5 (patch) | |
tree | e0858e1724c8a24901c3c5b8fb19ee27a4ee28eb /gdb/defs.h | |
parent | 7fcca85b94e4e65b955508154a44466a2b79dff4 (diff) | |
download | gdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.zip gdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.tar.gz gdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.tar.bz2 |
From Dean Luick <luick@cray.com>:
* defs.h (continuation): Remove unused global variable.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |