From 3c1cffae70dfe4eb6c561c8483402739546e8c91 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 29 Nov 2009 09:44:15 +0000 Subject: These macros have been replaced by (UN)LIKELY macros and were not used anywhere. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23780 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib_misc.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/lib/codeclib_misc.h b/apps/codecs/lib/codeclib_misc.h index 54bebb744f..015a15ece3 100644 --- a/apps/codecs/lib/codeclib_misc.h +++ b/apps/codecs/lib/codeclib_misc.h @@ -272,17 +272,5 @@ static inline int32_t VFLOAT_ADD(int32_t a,int32_t ap, return(a); } -#ifdef __GNUC__ -#if __GNUC__ >= 3 -#define EXPECT(a, b) __builtin_expect((a), (b)) -#else -#define EXPECT(a, b) (a) -#endif -#else -#define EXPECT(a, b) (a) #endif -#endif - - - -- cgit v1.2.3