mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 12:14:51 +00:00
Remove LIKELY macro for Universal Parser
Ruby Parser not used LIKELY macro. So, can remove it.
This commit is contained in:
parent
365317f6ba
commit
ad7d75c932
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user