Revert "Turn off threaded minsym demangling by default"
[deliverable/binutils-gdb.git] / gdb / maint.c
index f71cb80cec688dcb99598e5ed2fcb5c471a41a0d..51b803afab210834d22a0da1810f0694fccc0c3f 100644 (file)
@@ -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.023494 seconds and 4 git commands to generate.