Merge branch 't/recycling'
[dss.git] / gcc-compat.h
index 61c3c88d1c4551a965aaa22c626ddf8fabec31ba..4451980678907b4e2dcb76b9cda8c0e365d2a6f7 100644 (file)
@@ -1,9 +1,6 @@
-# define inline                inline __attribute__ ((always_inline))
 # define __noreturn    __attribute__ ((noreturn))
 # define __malloc      __attribute__ ((malloc))
 # define __a_unused    __attribute__ ((unused))
-# define likely(x)     __builtin_expect (!!(x), 1)
-# define unlikely(x)   __builtin_expect (!!(x), 0)
 /* 
  * p is the number of the "format string" parameter, and q is 
  * the number of the first variadic parameter