Mercurial > mplayer.hg
changeset 25330:ea7e788c4b7f
Remove redundant and obfuscating preprocessor conditional.
author | diego |
---|---|
date | Tue, 11 Dec 2007 20:30:30 +0000 |
parents | 676e2ace8a46 |
children | 4995bef769cf |
files | cpudetect.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Tue Dec 11 20:27:13 2007 +0000 +++ b/cpudetect.c Tue Dec 11 20:30:30 2007 +0000 @@ -448,8 +448,6 @@ #ifdef __APPLE__ #include <sys/sysctl.h> -#else -#ifndef __AMIGAOS4__ #include <signal.h> #include <setjmp.h> @@ -466,7 +464,6 @@ canjump = 0; siglongjmp (jmpbuf, 1); } -#endif //__AMIGAOS4__ #endif /* __APPLE__ */ void GetCpuCaps( CpuCaps *caps)