Skip to content

Commit ad7d75c

Browse files
S-H-GAMELINKSnobu
authored andcommitted
Remove LIKELY macro for Universal Parser
Ruby Parser not used LIKELY macro. So, can remove it.
1 parent 365317f commit ad7d75c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

universal_parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "ruby/backward/2/inttypes.h"
1414
#include "probes.h"
1515

16-
#define LIKELY(x) RB_LIKELY(x)
1716
#define UNLIKELY(x) RB_UNLIKELY(x)
1817
#ifndef TRUE
1918
# define TRUE 1

0 commit comments

Comments
 (0)