diff options
author | S-H-GAMELINKS <[email protected]> | 2024-09-30 18:30:13 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-10-25 22:32:38 +0900 |
commit | 5c1e43277e12c2ca001945b302b5c12bf3093ed9 () | |
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: Merged: https://.com/ruby/ruby/pull/11734
-rw-r--r-- | universal_parser.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |