diff options
Diffstat (limited to 'gdb/amd64-obsd-nat.c')
-rw-r--r-- | gdb/amd64-obsd-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/amd64-obsd-nat.c b/gdb/amd64-obsd-nat.c index 1c46581..8d05aaf 100644 --- a/gdb/amd64-obsd-nat.c +++ b/gdb/amd64-obsd-nat.c @@ -124,10 +124,6 @@ amd64obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) return 1; } - - -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_amd64obsd_nat (void); void _initialize_amd64obsd_nat (void) |