mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove unused function from struct rb_parser_config_struct
This commit is contained in:
parent
3d73cd752f
commit
4dbd9c7fec
3 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue