From 75b15d9634bdc5693e774898d6c201a4ebc6255e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 11 Dec 2007 20:30:30 +0000 Subject: [PATCH] Remove redundant and obfuscating preprocessor conditional. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25358 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cpudetect.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpudetect.c b/cpudetect.c index 7848561ccc..8791d4aa0f 100644 --- a/cpudetect.c +++ b/cpudetect.c @@ -448,8 +448,6 @@ static void check_os_katmai_support( void ) #ifdef __APPLE__ #include -#else -#ifndef __AMIGAOS4__ #include #include @@ -466,7 +464,6 @@ static void sigill_handler (int sig) canjump = 0; siglongjmp (jmpbuf, 1); } -#endif //__AMIGAOS4__ #endif /* __APPLE__ */ void GetCpuCaps( CpuCaps *caps)