gdb/
authorYao Qi <yao@codesourcery.com>
Thu, 14 Feb 2013 03:39:42 +0000 (03:39 +0000)
committerYao Qi <yao@codesourcery.com>
Thu, 14 Feb 2013 03:39:42 +0000 (03:39 +0000)
* cli/cli-decode.c (help_cmd): Remove the declaration of
"cmdlist".
(help_all): Likewise.

gdb/ChangeLog
gdb/cli/cli-decode.c

index 60b7588..d08ffd8 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * cli/cli-decode.c (help_cmd): Remove the declaration of
+       "cmdlist".
+       (help_all): Likewise.
+
 2013-02-13  Pedro Alves  <palves@redhat.com>
 
        * amd64-linux-nat.c (update_debug_registers_callback):
index 08558bb..49ccef3 100644 (file)
@@ -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)