Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Collections.Concurrent.Partitioners / EnumerablePartitioner.cs
index 5329dd3783efafbb9d4ae3f88af2a116f7aa3c78..6ca6e8e6fc5cb5710163da9aa04f732dd6efec06 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;