summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/inits.c b/inits.c
index 170912d443..fdc49f0f4b 100644
--- a/inits.c
+++ b/inits.c
@@ -56,9 +56,7 @@ rb_call_inits()
Init_eval();
Init_String();
Init_Exception();
-#ifdef USE_THREAD
Init_Thread();
-#endif
Init_Numeric();
Init_Bignum();
Init_Array();