diff options
author | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:39:42 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-02-14 03:39:42 +0000 |
commit | 64580925383e991409429881711c96b0b70b1c3e (patch) | |
tree | 55946618cf2c179fa58173854b8a734ef2b8ff6b /gdb/cli | |
parent | e5d374b12033c8f5aa839bec65e11c1bc84f4aae (diff) | |
download | gdb-64580925383e991409429881711c96b0b70b1c3e.zip gdb-64580925383e991409429881711c96b0b70b1c3e.tar.gz gdb-64580925383e991409429881711c96b0b70b1c3e.tar.bz2 |
gdb/
* cli/cli-decode.c (help_cmd): Remove the declaration of
"cmdlist".
(help_all): Likewise.
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c index 08558bb..49ccef3 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -917,7 +917,6 @@ void help_cmd (char *command, struct ui_file *stream) { struct cmd_list_element *c; - extern struct cmd_list_element *cmdlist; if (!command) { @@ -1049,7 +1048,6 @@ static void help_all (struct ui_file *stream) { struct cmd_list_element *c; - extern struct cmd_list_element *cmdlist; int seen_unclassified = 0; for (c = cmdlist; c; c = c->next) |