diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index c4d4b02..d493f7b 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1214,9 +1214,6 @@ init_sol_thread_ops (void) sol_thread_ops.to_magic = OPS_MAGIC; } -/* Silence -Wmissing-prototypes. */ -extern void _initialize_sol_thread (void); - void _initialize_sol_thread (void) { |