Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Text / StringBuilder.cs
index 4fd1612ba9646ff5220e73e89f3241e87c2160ea..45f0a3419f394a30a9fe57d0bc7b0b96465dd15e 100644 (file)
@@ -505,7 +505,7 @@ namespace System.Text {
                        return this;
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public StringBuilder Clear ()
                {
                        Length = 0;