# HG changeset patch # User diego # Date 1220031891 0 # Node ID 11c1f98df84ceb25c52203144a89af91eabb56fb # Parent ebf36d827c08d4eee750411cc913d98eba876cb3 Remove pointless '#if 1 [...] #endif' around has_cpuid() function. diff -r ebf36d827c08 -r 11c1f98df84c cpudetect.c --- 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)