diff options
Diffstat (limited to 'gdb/i386-bsd-nat.c')
-rw-r--r-- | gdb/i386-bsd-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/i386-bsd-nat.c b/gdb/i386-bsd-nat.c index 1de6c78..791c292 100644 --- a/gdb/i386-bsd-nat.c +++ b/gdb/i386-bsd-nat.c @@ -280,10 +280,6 @@ i386bsd_target (void) t->to_store_registers = i386bsd_store_inferior_registers; return t; } - - -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_i386bsd_nat (void); void _initialize_i386bsd_nat (void) |