[Thread] Avoid using BinarySerialization
[mono.git] / mcs / class / corlib / System.Threading / SpinLock.cs
index 59ac22b3e3732eee246c223af0fc4dd86816aba1..a14899c6d1902cd4272eca518c160d38d0506dd7 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 
 using System;
 using System.Collections.Concurrent;