From ad7d75c9324c643fb6639ae670e92c98297c8300 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 5 Jul 2025 18:46:26 +0900 Subject: [PATCH] Remove LIKELY macro for Universal Parser Ruby Parser not used LIKELY macro. So, can remove it. --- universal_parser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/universal_parser.c b/universal_parser.c index ad2e2fbd11..84c71748af 100644 --- a/universal_parser.c +++ b/universal_parser.c @@ -13,7 +13,6 @@ #include "ruby/backward/2/inttypes.h" #include "probes.h" -#define LIKELY(x) RB_LIKELY(x) #define UNLIKELY(x) RB_UNLIKELY(x) #ifndef TRUE # define TRUE 1