Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gdb / maint.c
index f71cb80cec688dcb99598e5ed2fcb5c471a41a0d..fcb9f4efb5eb874dd9e4faa7b45709108bc65746 100644 (file)
@@ -1,6 +1,6 @@
 /* Support for GDB maintenance commands.
 
-   Copyright (C) 1992-2019 Free Software Foundation, Inc.
+   Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
    Written by Fred Fish at Cygnus Support.
 
@@ -845,12 +845,7 @@ maintenance_set_profile_cmd (const char *args, int from_tty,
 }
 #endif
 
-static int n_worker_threads = 0;
-
-bool worker_threads_disabled ()
-{
-  return n_worker_threads == 0;
-}
+static int n_worker_threads = -1;
 
 /* Update the thread pool for the desired number of threads.  */
 static void
This page took 0.024459 seconds and 4 git commands to generate.