util: Remove unused macros NOT_TESTED, NOT_IMPLEMENTED.
[openvswitch] / lib / compiler.h
index 502a48cd16c0e39693db32a5bec87a9cf99247b3..ac1cd0fcb560e3378797cbeffa561e02b32cc3cf 100644 (file)
@@ -23,7 +23,5 @@
 #define STRFTIME_FORMAT(FMT) __attribute__((__format__(__strftime__, FMT, 0)))
 #define MALLOC_LIKE __attribute__((__malloc__))
 #define ALWAYS_INLINE __attribute__((always_inline))
-#define likely(x) __builtin_expect((x),1)
-#define unlikely(x) __builtin_expect((x),0)
 
 #endif /* compiler.h */