summaryrefslogtreecommitdiff
path: root/universal_parser.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <gamelinks007@gmail.com>2024-09-30 18:30:13 +0900
committerNobuyoshi Nakada <nobu.nakada@gmail.com>2024-10-25 22:32:38 +0900
commit5c1e43277e12c2ca001945b302b5c12bf3093ed9 (patch)
tree2c1fe28d87b55755c96373ddda5dc2c9ce83291f /universal_parser.c
parentd278d352f91203483b8b9a8870207f97003e5b93 (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.c1
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