Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / StripPartitioner.cs
index 62be137a81c5643a8aa6c610234f4531314ac673..8b4c41210c96d6f819e020e4f869127b25113cc6 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;