Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System / Array.cs
index 2092ad42100ba9dc40d66cb2aae5a6d6f19e1df4..db82bdcf924154678b2d96f359d323b04c80f515 100644 (file)
@@ -50,7 +50,7 @@ namespace System
        [ComVisible (true)]
        // FIXME: We are doing way to many double/triple exception checks for the overloaded functions"
        public abstract class Array : ICloneable, ICollection, IList, IEnumerable
-#if NET_4_0 || MOBILE
+#if NET_4_0
                , IStructuralComparable, IStructuralEquatable
 #endif
        {
@@ -453,7 +453,7 @@ namespace System
                        return new SimpleEnumerator (this);
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                int IStructuralComparable.CompareTo (object other, IComparer comparer)
                {
                        if (other == null)