summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_create.c')
-rw-r--r--lib/libthr/thread/thr_create.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c
index d2ef538..4fb29cb 100644
--- a/lib/libthr/thread/thr_create.c
+++ b/lib/libthr/thread/thr_create.c
@@ -200,10 +200,8 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr,
* Start a garbage collector thread
* if necessary.
*/
-#if 0
if (f_gc && pthread_create(&gc_thread,NULL, _thread_gc,NULL) != 0)
PANIC("Can't create gc thread");
-#endif
return (0);
}
OpenPOWER on IntegriCloud