From: Andrew Cagney Date: Thu, 8 Feb 2001 06:49:19 +0000 (+0000) Subject: From Dean Luick : X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=12685e01fb1e88ca507c0fcf816e529a49a067c5;p=binutils-gdb.git From Dean Luick : * defs.h (continuation): Remove unused global variable. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 873e4aaef2a..06d42558b06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 7 22:39:26 2001 Andrew Cagney + + From Dean Luick : + * defs.h (continuation): Remove unused global variable. + Wed Feb 7 22:28:31 2001 Andrew Cagney * configure.tgt: Remove references to convex, pyramid, altos and diff --git a/gdb/defs.h b/gdb/defs.h index f8e36dde425..c1ca4a76569 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;