summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpudetect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 06287cd525..7faa4e7c77 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -51,7 +51,6 @@ CpuCaps gCpuCaps;
static void check_os_katmai_support( void );
-#if 1
// return TRUE if cpuid supported
static int has_cpuid(void)
{
@@ -81,7 +80,6 @@ static int has_cpuid(void)
return a != c;
}
-#endif
static void
do_cpuid(unsigned int ax, unsigned int *p)