Remove LIKELY macro for Universal Parser

Ruby Parser not used LIKELY macro.
So, can remove it.
This commit is contained in:
S-H-GAMELINKS 2025-07-05 18:46:26 +09:00 committed by Nobuyoshi Nakada
parent 365317f6ba
commit ad7d75c932

View file

@ -13,7 +13,6 @@
#include "ruby/backward/2/inttypes.h" #include "ruby/backward/2/inttypes.h"
#include "probes.h" #include "probes.h"
#define LIKELY(x) RB_LIKELY(x)
#define UNLIKELY(x) RB_UNLIKELY(x) #define UNLIKELY(x) RB_UNLIKELY(x)
#ifndef TRUE #ifndef TRUE
# define TRUE 1 # define TRUE 1