diff options
Diffstat (limited to 'gdb/spu-linux-nat.c')
-rw-r--r-- | gdb/spu-linux-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c index 19552fc..77f5620 100644 --- a/gdb/spu-linux-nat.c +++ b/gdb/spu-linux-nat.c @@ -634,9 +634,6 @@ spu_can_use_hw_breakpoint (struct target_ops *self, return 0; } -/* -Wmissing-prototypes */ -extern initialize_file_ftype _initialize_spu_nat; - /* Initialize SPU native target. */ void _initialize_spu_nat (void) |