* ada-lang.c (symtab_symbol_info): Remove unused declaration.
(no_symtab_msg): Likewise.
This commit is contained in:
parent
5e9879684c
commit
7aca490a78
2 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2004-06-27 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* source.c: Fix whitespace.
|
* source.c: Fix whitespace.
|
||||||
|
|
|
@ -255,9 +255,6 @@ static struct value *value_val_atr (struct type *, struct value *);
|
||||||
static struct symbol *standard_lookup (const char *, const struct block *,
|
static struct symbol *standard_lookup (const char *, const struct block *,
|
||||||
domain_enum);
|
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,
|
static struct value *ada_search_struct_field (char *, struct value *, int,
|
||||||
struct type *);
|
struct type *);
|
||||||
|
|
||||||
|
@ -5421,9 +5418,6 @@ ada_make_symbol_completion_list (const char *text0, const char *word)
|
||||||
#ifdef GNAT_GDB
|
#ifdef GNAT_GDB
|
||||||
/* Breakpoint-related */
|
/* Breakpoint-related */
|
||||||
|
|
||||||
/* Import message from symtab.c. */
|
|
||||||
extern char no_symtab_msg[];
|
|
||||||
|
|
||||||
/* Assuming that LINE is pointing at the beginning of an argument to
|
/* Assuming that LINE is pointing at the beginning of an argument to
|
||||||
'break', return a pointer to the delimiter for the initial segment
|
'break', return a pointer to the delimiter for the initial segment
|
||||||
of that name. This is the first ':', ' ', or end of LINE. */
|
of that name. This is the first ':', ' ', or end of LINE. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue