Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System / System.Collections.ObjectModel / ReadOnlyObservableCollection.cs
index 815e40fd5248ee4acc1ad2c9b8913c24ac104a57..baa05c038d2c01bfa299c1a47ae1b3798f3c4510 100644 (file)
@@ -23,7 +23,7 @@
 //     Chris Toshok (toshok@novell.com)
 //     Brian O'Keefe (zer0keefie@gmail.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Collections.Specialized;
 using System.ComponentModel;
 using System.Runtime.CompilerServices;