Constify not_just_help_class_command
[deliverable/binutils-gdb.git] / gdb / observer.c
index 634c29e5fb0b671c8e6be04e1b4f905cb1261197..c461cda288d67ea51c3c7ae3f9deaabeeb0f5dc8 100644 (file)
@@ -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)
 {
This page took 0.026009 seconds and 4 git commands to generate.