summaryrefslogtreecommitdiff
path: root/gdb/defs.h
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
commit89653aa2b999d76059fda02bcf32fb5dd6eeaed3 (patch)
tree6cca31e1860bf9d52cbe0908971f7ac63b10aa97 /gdb/defs.h
parent991b1206a4831c10545d3fc7e9a403e191fbf116 (diff)
downloadgdb-89653aa2b999d76059fda02bcf32fb5dd6eeaed3.tar.gz
From Dean Luick <luick@cray.com>:
* defs.h (continuation): Remove unused global variable.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h1
1 files changed, 0 insertions, 1 deletions
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;