aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-06-13 16:19:33 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-07-13 09:27:33 -0400
commit1e7b67f73370056c7521306b9f037b6cbccf640d (patch)
tree288d284f69cea8935adf323da99f84eff2bb7707 /inits.c
parentfff4773085bd70bf14ace146388dd0b9d80f244a (diff)
downloadruby-1e7b67f73370056c7521306b9f037b6cbccf640d.tar.gz
[Feature #19730] Remove transient heap
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);