Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq / OrderedParallelQuery.cs
index 1bd7949c8c92ae596864b713df2730d7181a9532..842555c4c4b77ce44bd69bc969ee80bf19bd7420 100644 (file)
@@ -24,7 +24,7 @@
 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 // THE SOFTWARE.
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections;