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