--- EV/EV.xs 2009/04/25 14:12:48 1.123 +++ EV/EV.xs 2009/06/29 18:46:52 1.124 @@ -36,15 +36,6 @@ # define SvRV_set(a,b) SvRV ((a)) = (b) #endif -#if __GNUC__ >= 3 -# define expect(expr,value) __builtin_expect ((expr),(value)) -#else -# define expect(expr,value) (expr) -#endif - -#define expect_false(expr) expect ((expr) != 0, 0) -#define expect_true(expr) expect ((expr) != 0, 1) - #define e_loop(w) INT2PTR (struct ev_loop *, SvIVX ((w)->loop)) #define WFLAG_KEEPALIVE 1