diff options
author | S-H-GAMELINKS <[email protected]> | 2024-09-24 12:21:15 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-09-26 19:20:57 +0900 |
commit | 3e742579bb5626e1d48c2c2e65cd448399deae9b (patch) | |
tree | f62a24726449c064506314a78412177a49b5fcee /universal_parser.c | |
parent | 2a65f4c90713c3738993aba34b03eeed02ac7a87 (diff) |
Remove rb_str_cat for parser
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11672
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 ee3be70edc..9ba7bef4a7 100644 --- a/universal_parser.c +++ b/universal_parser.c @@ -115,7 +115,6 @@ #define rb_str_catf p->config->str_catf #undef rb_str_cat_cstr #define rb_str_cat_cstr p->config->str_cat_cstr -#define rb_str_cat p->config->str_cat #define rb_str_resize p->config->str_resize #undef rb_str_new #define rb_str_new p->config->str_new |