[Ada] Remove unnecessary ada_exception_sal advance declaration.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 8 Oct 2013 10:52:18 +0000 (10:52 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 8 Oct 2013 10:52:18 +0000 (10:52 +0000)
gdb/ChangeLog:

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

gdb/ada-lang.c

index 62ca50c2bebdc906c5c03ad9d0cef179ee4eca17..1429b4f9a3e445cba9b9f73db68b16bc13f748a9 100644 (file)
@@ -11318,9 +11318,6 @@ ada_exception_name_addr (enum 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.
This page took 0.035544 seconds and 4 git commands to generate.