summaryrefslogtreecommitdiff
path: root/inits.c
diff options
context:
space:
mode:
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/inits.c b/inits.c
index ddaf201b81..3d61f40674 100644
--- a/inits.c
+++ b/inits.c
@@ -22,9 +22,6 @@ rb_call_inits(void)
{
CALL(default_shapes);
CALL(Thread_Mutex);
-#if USE_TRANSIENT_HEAP
- CALL(TransientHeap);
-#endif
CALL(vm_postponed_job);
CALL(Method);
CALL(RandomSeedCore);