summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
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)