Since MOBILE implies NET_4_* now, take this into account and simplify our ifdefs.
[mono.git] / mcs / class / corlib / System.IO / Stream.cs
index c886724454f9fa9bcc0d1796550cdefbcb495411..fecea2d8b77d0a9d3c52ed24a1acb75cc3adc568 100644 (file)
@@ -240,7 +240,7 @@ namespace System.IO
                        }
                }
 
-#if NET_4_0 || MOBILE
+#if NET_4_0
                public void CopyTo (Stream destination)
                {
                        CopyTo (destination, 16*1024);