From e58852582d9b785e09dd202c302881a5faf941d2 Mon Sep 17 00:00:00 2001 From: "changjun.yang" Date: Fri, 26 Apr 2013 15:16:42 +0800 Subject: [PATCH] code cleanup for arm_cpudetect.c Change-Id: I5c49a983ced45197e1035fa5615d71b0bdad4109 --- vpx_ports/arm_cpudetect.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vpx_ports/arm_cpudetect.c b/vpx_ports/arm_cpudetect.c index 3c916f247..542ff6786 100644 --- a/vpx_ports/arm_cpudetect.c +++ b/vpx_ports/arm_cpudetect.c @@ -53,8 +53,6 @@ int arm_cpu_caps(void) { return flags & mask; } -#elif defined(_MSC_VER) /* end !CONFIG_RUNTIME_CPU_DETECT */ - #elif defined(_MSC_VER) /* end !CONFIG_RUNTIME_CPU_DETECT */ /*For GetExceptionCode() and EXCEPTION_ILLEGAL_INSTRUCTION.*/ #define WIN32_LEAN_AND_MEAN -- 2.40.0