Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading / WaitHandle.cs
index e633aa2fe98d997ebad9259b1cd85bc5d60336ce..44accfd38547ba89933eafba9a216617eea01908 100644 (file)
@@ -239,7 +239,7 @@ namespace System.Threading
                        Dispose(true);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Dispose ()
 #else          
                void IDisposable.Dispose ()