diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-15 11:46:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-10-15 11:46:21 +0100 |
commit | b8bc9298b16c3b73aead0b15fa60cf061168a8a2 (patch) | |
tree | 0b5eda0a338b22ddd7e257f709242d03264a6fdf /contrib/libottery/ottery.c | |
parent | 33a845c0edb73b759e7e20c11ea36b2d15353b12 (diff) | |
download | rspamd-b8bc9298b16c3b73aead0b15fa60cf061168a8a2.tar.gz rspamd-b8bc9298b16c3b73aead0b15fa60cf061168a8a2.zip |
More fixes to libottery.
Diffstat (limited to 'contrib/libottery/ottery.c')
-rw-r--r-- | contrib/libottery/ottery.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/libottery/ottery.c b/contrib/libottery/ottery.c index 851932e94..fd20b1132 100644 --- a/contrib/libottery/ottery.c +++ b/contrib/libottery/ottery.c @@ -33,12 +33,6 @@ #define OTTERY_NO_PID_CHECK #endif -/** - * Evaluate the condition 'x', while hinting to the compiler that it is - * likely to be false. - */ -#define UNLIKELY(x) __builtin_expect((x), 0) - /** Magic number for deciding whether an ottery_state is initialized. */ #define MAGIC_BASIS 0x11b07734 |