This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit/obvious] Delete ada-lang.h::clear_ada_sym_cache (nonexistant function).
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 31 Jan 2014 15:33:59 +0400
- Subject: [commit/obvious] Delete ada-lang.h::clear_ada_sym_cache (nonexistant function).
- Authentication-results: sourceware.org; auth=none
Hello,
I happened 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.
Tested on x86_64-linux by rebuilding GDB.
Pushed.
Thanks,
--
Joel
---
gdb/ChangeLog | 4 ++++
gdb/ada-lang.h | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d124c7b..5f0fbfe 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-31 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-lang.h (clear_ada_sym_cache): Delete.
+
2014-01-30 Ulrich Weigand <uweigand@de.ibm.com>
* auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index d78af9e..c053278 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -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**);
--
1.8.3.2