summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_kern.c')
-rw-r--r--lib/libthr/thread/thr_kern.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthr/thread/thr_kern.c b/lib/libthr/thread/thr_kern.c
index 4c451f1..aa7dce6 100644
--- a/lib/libthr/thread/thr_kern.c
+++ b/lib/libthr/thread/thr_kern.c
@@ -51,13 +51,11 @@ _thr_setthreaded(int threaded)
return (0);
__isthreaded = threaded;
-#if 0
if (threaded != 0) {
_thr_rtld_init();
} else {
_thr_rtld_fini();
}
-#endif
return (0);
}
OpenPOWER on IntegriCloud