summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-29 10:07:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-29 12:34:55 +0900
commitd7bef803ac3546119b30e1d78af0097a9df9c907 (patch)
tree9af60ade39db53f7d33142a125b8492672fcab5d /gc.c
parent8ce5d46e662f53a56cf21c47981bb99bcb5b73e6 (diff)
Separate builtin initialization calls
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2792
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 9747655f99..ccece5b3d1 100644
--- a/gc.c
+++ b/gc.c
@@ -11868,7 +11868,6 @@ Init_GC(void)
VALUE gc_constants;
rb_mGC = rb_define_module("GC");
- load_gc();
gc_constants = rb_hash_new();
rb_hash_aset(gc_constants, ID2SYM(rb_intern("RVALUE_SIZE")), SIZET2NUM(sizeof(RVALUE)));