Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading / SpinLock.cs
index 683c98374180e2dad7e7a2160cda1144ccfeabee..f9cad7e56cd8ba1c886f79909d80e25a3c7ace52 100644 (file)
@@ -23,7 +23,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Concurrent;