summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-06-27 18:55:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-06-27 18:55:48 +0000
commitb5df49766ef3ea87d4a43535977f1a616c3f746a (patch)
tree97f9beff27f52d9e090796172f66009bee89309c /gdb/ada-lang.c
parent54bebe61eccbcd279b6ae87a1ce34dc110d35c95 (diff)
downloadgdb-b5df49766ef3ea87d4a43535977f1a616c3f746a.tar.gz
* ada-lang.c (symtab_symbol_info): Remove unused declaration.
(no_symtab_msg): Likewise.
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r--gdb/ada-lang.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index c043a88f6ce..9bf2ee75a48 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -255,9 +255,6 @@ static struct value *value_val_atr (struct type *, struct value *);
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 *);
@@ -5421,9 +5418,6 @@ ada_make_symbol_completion_list (const char *text0, const char *word)
#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. */