aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r--gdb/ada-exp.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index 618c9d5..4c1ff7b 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -1480,9 +1480,6 @@ type_system_address (struct parser_state *par_state)
return type != NULL ? type : parse_type (par_state)->builtin_data_ptr;
}
-/* Provide a prototype to silence -Wmissing-prototypes. */
-extern initialize_file_ftype _initialize_ada_exp;
-
void
_initialize_ada_exp (void)
{