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:
Joel Brobecker 2014-01-31 15:30:02 +04:00
parent 78058a5e4f
commit ae56bfb8e7
2 changed files with 4 additions and 2 deletions

View file

@ -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**);