aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-02-08 06:49:19 +0000
committerAndrew Cagney <cagney@redhat.com>2001-02-08 06:49:19 +0000
commit12685e01fb1e88ca507c0fcf816e529a49a067c5 (patch)
treee0858e1724c8a24901c3c5b8fb19ee27a4ee28eb
parent7fcca85b94e4e65b955508154a44466a2b79dff4 (diff)
downloadgdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.zip
gdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.tar.gz
gdb-12685e01fb1e88ca507c0fcf816e529a49a067c5.tar.bz2
From Dean Luick <luick@cray.com>:
* defs.h (continuation): Remove unused global variable.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/defs.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 873e4aa..06d4255 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/defs.h b/gdb/defs.h
index f8e36dd..c1ca4a7 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -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;