diff options
| author | S-H-GAMELINKS <gamelinks007@gmail.com> | 2024-09-30 18:30:13 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2024-10-25 22:32:38 +0900 |
| commit | 5c1e43277e12c2ca001945b302b5c12bf3093ed9 (patch) | |
| tree | 2c1fe28d87b55755c96373ddda5dc2c9ce83291f /universal_parser.c | |
| parent | d278d352f91203483b8b9a8870207f97003e5b93 (diff) | |
Remove rb_ary_new for parser
rb_ary_new function was not used by the parser and could be removed.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11734
Diffstat (limited to 'universal_parser.c')
| -rw-r--r-- | universal_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/universal_parser.c b/universal_parser.c index 4a85d8b55f..d793444cc7 100644 --- a/universal_parser.c +++ b/universal_parser.c @@ -86,7 +86,6 @@ #define rb_attr_get p->config->attr_get -#define rb_ary_new p->config->ary_new #define rb_ary_push p->config->ary_push #undef rb_ary_new_from_args #define rb_ary_new_from_args p->config->ary_new_from_args |
