mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue