A couple of fixes for TimeZoneInfo.ConvertTime.
[mono.git] / mcs / class / System.Core / System.Linq / Queryable.cs
index e9b98cca9e1e536efeaa264195820cc503e3654f..b2fedba0c2fc353e5f41cacb429a88eb9625aa7e 100644 (file)
@@ -1603,7 +1603,7 @@ namespace System.Linq {
 
                #endregion
 
-#if NET_4_0 || MOONLIGHT || 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)