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)