diff options
Diffstat (limited to 'gdb/i386-obsd-nat.c')
-rw-r--r-- | gdb/i386-obsd-nat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/i386-obsd-nat.c b/gdb/i386-obsd-nat.c index ddff122..76079af 100644 --- a/gdb/i386-obsd-nat.c +++ b/gdb/i386-obsd-nat.c @@ -87,10 +87,6 @@ i386obsd_supply_pcb (struct regcache *regcache, struct pcb *pcb) return 1; } - - -/* Prevent warning from -Wmissing-prototypes. */ -void _initialize_i386obsd_nat (void); void _initialize_i386obsd_nat (void) |