summaryrefslogtreecommitdiff
path: root/universal_parser.c
diff options
context:
space:
mode:
authorS-H-GAMELINKS <[email protected]>2025-01-01 15:59:41 +0900
committerNobuyoshi Nakada <[email protected]>2025-01-02 17:11:45 +0900
commitba82399558dc35647280980648fd4b560b6a7fe7 ()
tree69ab2fc87051da20d5fd017e586f3032d342a68d /universal_parser.c
parent3eebc8104147571dcbf325f98b28c707cada566e (diff)
Remove rb_ary_push for parser
Notes: Merged: https://.com/ruby/ruby/pull/12493
-rw-r--r--universal_parser.c1
1 files changed, 0 insertions, 1 deletions
@@ -86,7 +86,6 @@
#define rb_attr_get p->config->attr_get
-#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
#define rb_ary_unshift p->config->ary_unshift