Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading / LazyThreadSafetyMode.cs
index f9341d9bb5ec723c4f371254e899ac2867ecaf89..e8213063200c04b91989011269ebc5e5cf524327 100644 (file)
@@ -26,7 +26,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;