Delete ada-lang.h::clear_ada_sym_cache (nonexistant function).
I happen to notice this extern function declaration in ada-lang.h which does not actually exist... gdb/ChangeLog: * ada-lang.h (clear_ada_sym_cache): Delete.
This commit is contained in:
parent
78058a5e4f
commit
ae56bfb8e7
2 changed files with 4 additions and 2 deletions
|
@ -236,8 +236,6 @@ extern const char *ada_decode (const char*);
|
|||
|
||||
extern enum language ada_update_initial_language (enum language);
|
||||
|
||||
extern void clear_ada_sym_cache (void);
|
||||
|
||||
extern int ada_lookup_symbol_list (const char *, const struct block *,
|
||||
domain_enum, struct ada_symbol_info**);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue