summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 20:30:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-11 20:30:30 +0000
commit75b15d9634bdc5693e774898d6c201a4ebc6255e (patch)
tree3e8179034770d444c614c99e3a274bb85475908d /cpudetect.c
parenta67cf40cfc7649590fe2715dd02cfacc53d63bff (diff)
downloadmpv-75b15d9634bdc5693e774898d6c201a4ebc6255e.tar.bz2
mpv-75b15d9634bdc5693e774898d6c201a4ebc6255e.tar.xz
Remove redundant and obfuscating preprocessor conditional.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25358 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c3
1 files changed, 0 insertions, 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 <sys/sysctl.h>
-#else
-#ifndef __AMIGAOS4__
#include <signal.h>
#include <setjmp.h>
@@ -466,7 +464,6 @@ static void sigill_handler (int sig)
canjump = 0;
siglongjmp (jmpbuf, 1);
}
-#endif //__AMIGAOS4__
#endif /* __APPLE__ */
void GetCpuCaps( CpuCaps *caps)