aboutsummaryrefslogtreecommitdiffstats
path: root/inits.c
diff options
context:
space:
mode:
authorwatson1978 <watson1978@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-19 14:26:30 +0000
committerwatson1978 <watson1978@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-19 14:26:30 +0000
commit798148e38db51e0859d6b62cbcbfe5c1e1588f61 (patch)
treee7171f9a5f18a7bdfc37571c4580eb5f7c6c82aa /inits.c
parent702e62b3a04c330be5db682d4f5d80523767efcf (diff)
downloadruby-798148e38db51e0859d6b62cbcbfe5c1e1588f61.tar.gz
Revert "Improve performance of creating Hash object"
This reverts commit r61309 Because it was unstable on mswin CI. [ruby-dev:50370][Bug #14203] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61341 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 2c2ef17e2a..5822f04cab 100644
--- a/inits.c
+++ b/inits.c
@@ -16,7 +16,6 @@
void
rb_call_inits(void)
{
- CALL(st);
CALL(Method);
CALL(RandomSeedCore);
CALL(sym);