Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / Mono.Parallel / Mono.Threading.Tasks / ThreadWorker.cs
index d205e250ee31f57e94badce72b89c7a2c2a3ea0a..575763cc4357c3c72a4e3c7323541375272a139b 100644 (file)
@@ -22,7 +22,7 @@
 //
 //
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System;
 using System.Threading;
 using System.Collections.Concurrent;