Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / ParallelLoopState.cs
index fa53a801969b05ef0f56fc0170faaad46fbb65c1..e5606d5f115737b644e5e95bb7a9154a4f3cbb65 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;