diff options
Diffstat (limited to 'gdb/sparc64-linux-nat.c')
-rw-r--r-- | gdb/sparc64-linux-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/sparc64-linux-nat.c b/gdb/sparc64-linux-nat.c index 282980a..204a909 100644 --- a/gdb/sparc64-linux-nat.c +++ b/gdb/sparc64-linux-nat.c @@ -69,9 +69,6 @@ fill_fpregset (const struct regcache *regcache, sparc64_collect_fpregset (&sparc64_bsd_fpregmap, regcache, regnum, fpregs); } -/* Provide a prototype to silence -Wmissing-prototypes. */ -void _initialize_sparc64_linux_nat (void); - void _initialize_sparc64_linux_nat (void) { |