From d7bef803ac3546119b30e1d78af0097a9df9c907 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 29 Dec 2019 10:07:17 +0900 Subject: Separate builtin initialization calls --- ast.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ast.c') diff --git a/ast.c b/ast.c index 3f7061a7b0..18a97239ff 100644 --- a/ast.c +++ b/ast.c @@ -690,6 +690,4 @@ Init_ast(void) rb_mAST = rb_define_module_under(rb_cRubyVM, "AbstractSyntaxTree"); rb_cNode = rb_define_class_under(rb_mAST, "Node", rb_cObject); rb_undef_alloc_func(rb_cNode); - - load_ast(); } -- cgit v1.2.1