Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Threading.Tasks / ParallelLoopResult.cs
index 87801f14701b42476a8b78ad66dea3cb67cda244..b432ea5688cb1fa6c299ff74d087bfe3cf6714c8 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;
 
 namespace System.Threading.Tasks