diff options
Diffstat (limited to 'gdb/i386-gnu-tdep.c')
-rw-r--r-- | gdb/i386-gnu-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/i386-gnu-tdep.c b/gdb/i386-gnu-tdep.c index a5f53bc..f178ae0 100644 --- a/gdb/i386-gnu-tdep.c +++ b/gdb/i386-gnu-tdep.c @@ -61,9 +61,6 @@ i386gnu_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) tdep->jb_pc_offset = 20; /* From <bits/setjmp.h>. */ } -/* Provide a prototype to silence -Wmissing-prototypes. */ -extern void _initialize_i386gnu_tdep (void); - void _initialize_i386gnu_tdep (void) { |