Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System.Core / System.Linq.Parallel / OrderingEnumerator.cs
index 40023031dccdf704700f4958b4756b3ed3d0f4b6..6012f7904937ae426aeb08f2035a959fe89673a1 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;