Merge pull request #2803 from BrzVlad/feature-conc-pinned-scan
[mono.git] / mono / utils / mono-hwcap-mips.c
index c99b64850e2da0e5387a96d33a1d7f447d56307d..6d809a79ac54cf488c61faf587a0f5a5d3e50196 100644 (file)
  * Copyright 2006 Broadcom
  * Copyright 2007-2008 Andreas Faerber
  * Copyright 2011-2013 Xamarin Inc
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 
 #include "mono/utils/mono-hwcap-mips.h"
 
-#if defined(MONO_CROSS_COMPILE)
-void
-mono_hwcap_arch_init (void)
-{
-}
-#else
 void
 mono_hwcap_arch_init (void)
 {
        /* Nothing needed here yet. */
 }
-#endif
 
 void
 mono_hwcap_print (FILE *f)