Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System / System.Diagnostics / Stopwatch.cs
index e0efe160429494da26552fa289a889249eb15cd7..e5eb6cf682b5e1c29582c6163830acb01a042422 100644 (file)
@@ -116,7 +116,7 @@ namespace System.Diagnostics
                        is_running = false;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void Restart ()
                {
                        started = GetTimestamp ();