diff options
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) |