diff options
Diffstat (limited to 'gdb/m88k-bsd-nat.c')
-rw-r--r-- | gdb/m88k-bsd-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m88k-bsd-nat.c b/gdb/m88k-bsd-nat.c index 9549b8d..4a3e32e 100644 --- a/gdb/m88k-bsd-nat.c +++ b/gdb/m88k-bsd-nat.c @@ -94,10 +94,6 @@ m88kbsd_store_inferior_registers (struct target_ops *ops, (PTRACE_TYPE_ARG3) ®s, 0) == -1) perror_with_name (_("Couldn't write registers")); } - - -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_m88kbsd_nat (void); void _initialize_m88kbsd_nat (void) |