Remove rb_ary_new for parser

rb_ary_new function was not used by the parser and could be removed.
This commit is contained in:
S-H-GAMELINKS 2024-09-30 18:30:13 +09:00 committed by Nobuyoshi Nakada
parent d278d352f9
commit 5c1e43277e
Notes: git 2024-10-25 13:32:57 +00:00
3 changed files with 0 additions and 3 deletions

View file

@ -341,7 +341,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.attr_get = rb_attr_get,
.ary_new = rb_ary_new,
.ary_push = rb_ary_push,
.ary_new_from_args = rb_ary_new_from_args,
.ary_unshift = rb_ary_unshift,