+2004-06-27  Joel Brobecker  <brobecker@gnat.com>
+
+       * ada-lang.c (symtab_symbol_info): Remove unused declaration.
+       (no_symtab_msg): Likewise.
+
 2004-06-27  Andreas Schwab  <schwab@suse.de>
 
        * source.c: Fix whitespace.
 
 static struct symbol *standard_lookup (const char *, const struct block *,
                                        domain_enum);
 
-extern void symtab_symbol_info (char *regexp, domain_enum kind,
-                                int from_tty);
-
 static struct value *ada_search_struct_field (char *, struct value *, int,
                                               struct type *);
 
 #ifdef GNAT_GDB
                                 /* Breakpoint-related */
 
-/* Import message from symtab.c.  */
-extern char no_symtab_msg[];
-
 /* Assuming that LINE is pointing at the beginning of an argument to
    'break', return a pointer to the delimiter for the initial segment
    of that name.  This is the first ':', ' ', or end of LINE.  */