Remove unused function from struct rb_parser_config_struct

This commit is contained in:
yui-knk 2024-04-09 08:13:19 +09:00 committed by Yuichiro Kaneko
parent 3d73cd752f
commit 4dbd9c7fec
3 changed files with 0 additions and 4 deletions

View file

@ -435,7 +435,6 @@ static const rb_parser_config_t rb_global_parser_config = {
.ary_push = rb_ary_push,
.ary_new_from_args = rb_ary_new_from_args,
.ary_unshift = rb_ary_unshift,
.ary_new2 = rb_ary_new2,
.ary_modify = rb_ary_modify,
.array_len = rb_array_len,
.array_aref = RARRAY_AREF,