Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq / Queryable.cs
index 097ab9fd6097ed8312fb4f305279d9f7c94bed36..b2fedba0c2fc353e5f41cacb429a88eb9625aa7e 100644 (file)
@@ -1603,7 +1603,7 @@ namespace System.Linq {
 
                #endregion
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                #region Zip
 
                public static IQueryable<TResult> Zip<TFirst, TSecond, TResult> (this IQueryable<TFirst> source1, IEnumerable<TSecond> source2, Expression<Func<TFirst, TSecond, TResult>> resultSelector)