Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / System / System.Collections.Specialized / NotifyCollectionChangedEventArgs.cs
index 18d2d3d91f6648a3a2baa7a18cdc27c0f74423d4..26d9ee8129e40572a92f3fef081251c5b84def7c 100644 (file)
@@ -23,7 +23,7 @@
 //     Chris Toshok (toshok@ximian.com)
 //     Brian O'Keefe (zer0keefie@gmail.com)
 //
-#if NET_4_0 || MOBILE
+#if NET_4_0
 using System.Runtime.CompilerServices;
 
 namespace System.Collections.Specialized