diff options
Diffstat (limited to 'gdb/observer.c')
-rw-r--r-- | gdb/observer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/observer.c b/gdb/observer.c index 634c29e..c461cda 100644 --- a/gdb/observer.c +++ b/gdb/observer.c @@ -181,11 +181,6 @@ int observer_test_first_observer = 0; int observer_test_second_observer = 0; int observer_test_third_observer = 0; -/* Provide prototypes to silence -Wmissing-prototypes. */ -extern void observer_test_first_notification_function (int arg); -extern void observer_test_second_notification_function (int arg); -extern void observer_test_third_notification_function (int arg); - void observer_test_first_notification_function (int arg) { @@ -204,8 +199,6 @@ observer_test_third_notification_function (int arg) observer_test_third_observer++; } -extern initialize_file_ftype _initialize_observer; /* -Wmissing-prototypes */ - void _initialize_observer (void) { |