gdb/
[binutils-gdb.git] / gdb / infrun.c
index 96da4cb9837f201d9090fbeef4d8fd5564765849..9f4c298ebee870cfe24182b1565622aa03161b91 100644 (file)
@@ -1420,18 +1420,6 @@ set_schedlock_func (char *args, int from_tty, struct cmd_list_element *c)
     }
 }
 
-/* reset_schedlock -- public */
-void
-reset_schedlock ()
-{
-  if (scheduler_mode == schedlock_on)
-    {
-      warning ("Resetting scheduler-lock mode to 'off'");
-      scheduler_mode = schedlock_off;
-    }
-}
-
 /* True if execution commands resume all threads of all processes by
    default; otherwise, resume only threads of the current inferior
    process.  */