mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
d278d352f9
commit
5c1e43277e
Notes:
git
2024-10-25 13:32:57 +00:00
3 changed files with 0 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue