diff options
Diffstat (limited to 'gdb/ppc-nbsd-tdep.c')
-rw-r--r-- | gdb/ppc-nbsd-tdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ppc-nbsd-tdep.c b/gdb/ppc-nbsd-tdep.c index 2c03f97..f2840da 100644 --- a/gdb/ppc-nbsd-tdep.c +++ b/gdb/ppc-nbsd-tdep.c @@ -187,10 +187,6 @@ ppcnbsd_init_abi (struct gdbarch_info info, tramp_frame_prepend_unwinder (gdbarch, &ppcnbsd_sigtramp); tramp_frame_prepend_unwinder (gdbarch, &ppcnbsd2_sigtramp); } - - -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_ppcnbsd_tdep (void); void _initialize_ppcnbsd_tdep (void) |