From 3e742579bb5626e1d48c2c2e65cd448399deae9b Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Tue, 24 Sep 2024 12:21:15 +0900 Subject: Remove rb_str_cat for parser --- universal_parser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'universal_parser.c') 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 -- cgit v1.2.3