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
|
@ -95,8 +95,6 @@
|
|||
#undef rb_ary_new_from_args
|
||||
#define rb_ary_new_from_args p->config->ary_new_from_args
|
||||
#define rb_ary_unshift p->config->ary_unshift
|
||||
#undef rb_ary_new2
|
||||
#define rb_ary_new2 p->config->ary_new2
|
||||
#define rb_ary_modify p->config->ary_modify
|
||||
#undef RARRAY_LEN
|
||||
#define RARRAY_LEN p->config->array_len
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue