summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authorMatt Valentine-House <[email protected]>2024-04-03 20:46:30 +0100
committerMatt Valentine-House <[email protected]>2024-04-04 15:00:57 +0100
commitef19234b1008508cb04048c815088b9359c9d2b6 (patch)
treef74e34c62bfc388042ae563adc2ac17f01268b89 /eval.c
parent3ac6a03b2e16da1df818227be02c5129c9804b14 (diff)
Merge rb_objspace_alloc and Init_heap.
Co-Authored-By: Peter Zhu <[email protected]>
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval.c b/eval.c
index a405857f9a..382d9fb5c8 100644
--- a/eval.c
+++ b/eval.c
@@ -78,7 +78,6 @@ ruby_setup(void)
prctl(PR_SET_THP_DISABLE, 1, 0, 0, 0);
#endif
Init_BareVM();
- Init_heap();
rb_vm_encoded_insn_data_table_init();
Init_vm_objects();