Mercurial > mplayer.hg
changeset 27459:11c1f98df84c
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
author | diego |
---|---|
date | Fri, 29 Aug 2008 17:44:51 +0000 |
parents | ebf36d827c08 |
children | 1b5516898adb |
files | cpudetect.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cpudetect.c Fri Aug 29 16:20:35 2008 +0000 +++ b/cpudetect.c Fri Aug 29 17:44:51 2008 +0000 @@ -51,7 +51,6 @@ static void check_os_katmai_support( void ); -#if 1 // return TRUE if cpuid supported static int has_cpuid(void) { @@ -81,7 +80,6 @@ return a != c; } -#endif static void do_cpuid(unsigned int ax, unsigned int *p)