diff options
author | S-H-GAMELINKS <[email protected]> | 2025-01-01 15:59:41 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-02 17:11:45 +0900 |
commit | ba82399558dc35647280980648fd4b560b6a7fe7 () | |
tree | 69ab2fc87051da20d5fd017e586f3032d342a68d /universal_parser.c | |
parent | 3eebc8104147571dcbf325f98b28c707cada566e (diff) |
Remove rb_ary_push for parser
Notes: Merged: https://.com/ruby/ruby/pull/12493
-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_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 |