Remove rb_ary_push for parser

This commit is contained in:
S-H-GAMELINKS 2025-01-01 15:59:41 +09:00 committed by Nobuyoshi Nakada
parent 3eebc81041
commit ba82399558
Notes: git 2025-01-02 08:12:04 +00:00
3 changed files with 0 additions and 3 deletions

View file

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