[mcs] Accept and ignore command line args supported by csc that we don't
[mono.git] / mono / utils / mono-hwcap-x86.c
index 3a8df6b05e9b31ec8d3b3e83d2922ea6e2f16fca..57fff00039e71233065291ea2c746de8e2a1d30b 100644 (file)
@@ -39,12 +39,6 @@ gboolean mono_hwcap_x86_has_sse41 = FALSE;
 gboolean mono_hwcap_x86_has_sse42 = FALSE;
 gboolean mono_hwcap_x86_has_sse4a = FALSE;
 
-#if defined(MONO_CROSS_COMPILE)
-void
-mono_hwcap_arch_init (void)
-{
-}
-#else
 static gboolean
 cpuid (int id, int *p_eax, int *p_ebx, int *p_ecx, int *p_edx)
 {
@@ -167,7 +161,6 @@ mono_hwcap_arch_init (void)
        mono_hwcap_x86_is_xen = !access ("/proc/xen", F_OK);
 #endif
 }
-#endif
 
 void
 mono_hwcap_print (FILE *f)