Remove redundant and obfuscating preprocessor conditional.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25358 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-12-11 20:30:30 +00:00
parent a67cf40cfc
commit 75b15d9634
1 changed files with 0 additions and 3 deletions

View File

@ -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)