diff options
Diffstat (limited to 'gdb/remote-notif.c')
-rw-r--r-- | gdb/remote-notif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c index b5acc46..3952161 100644 --- a/gdb/remote-notif.c +++ b/gdb/remote-notif.c @@ -270,9 +270,6 @@ remote_notif_state_xfree (struct remote_notif_state *state) xfree (state); } -/* -Wmissing-prototypes */ -extern initialize_file_ftype _initialize_notif; - void _initialize_notif (void) { |