This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/Ada] Remove unnecessary ada_exception_sal advance declaration.


There is an unnecessary advance declaration of ada_exception_sal
in ada-lang.c, so this patch zaps it.

gdb/ChangeLog:

        * ada-lang.c (ada_exception_sal): Remove advance declaration.

Tested on x86_64-linux, Checked in.

Cheers,
-- 
Joel

---
 gdb/ada-lang.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 3c27a0b..9ff3ab9 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -11355,9 +11355,6 @@ ada_exception_name_addr (enum ada_exception_catchpoint_kind ex,
   return result;
 }
 
-static struct symtab_and_line ada_exception_sal (enum exception_catchpoint_kind,
-						 char *, char **,
-						 const struct breakpoint_ops **);
 static char *ada_exception_catchpoint_cond_string (const char *excep_string);
 
 /* Ada catchpoints.
-- 
1.8.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]