Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading / AsyncFlowControl.cs
index 498afc2489edf47fc75b7b96dc2b227276756d6f..cdd937359558445e68579e8fd05add6f9e17f5c9 100644 (file)
@@ -65,7 +65,7 @@ namespace System.Threading {
                        _t = null;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else
                void IDisposable.Dispose ()