aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 21:01:55 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-30 21:01:55 +0000
commit7d359f9b6955908954e56cab78bf16d9f0e93d24 (patch)
treec83e311b8815805dea1c89719ed74ebaccc7665d /inits.c
parentefe869c0e5e53807c4d4a9becffad9f62e73c71d (diff)
downloadruby-7d359f9b6955908954e56cab78bf16d9f0e93d24.tar.gz
revert r65444 and r65446 because of commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'inits.c')
-rw-r--r--inits.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/inits.c b/inits.c
index 7eb543104f..c9687de516 100644
--- a/inits.c
+++ b/inits.c
@@ -16,7 +16,6 @@
void
rb_call_inits(void)
{
- CALL(TransientHeap);
CALL(Method);
CALL(RandomSeedCore);
CALL(sym);