Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel.QueryNodes / QueryOptionNode.cs
index 1a3eb63628c1a379607b85d63c6b15a1a375c7a2..a6c713e26b8b9ba59fd2d77ae68c38e2b29d697a 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.Generic;