Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / SafeBuffer.cs
index 6b6d4f7c966f78299a48e4de411a2f130dd48346..5d6737272ffd52080cb4c6f142283ed16926676c 100644 (file)
@@ -26,7 +26,7 @@
 // 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.IO;