diff options
Diffstat (limited to 'inits.c')
-rw-r--r-- | inits.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |