Merge pull request #325 from adbre/iss5464
[mono.git] / mcs / class / corlib / System / CStreamWriter.cs
index a50e4aba09a2b00ea2c83e34457fbf881f520595..85436f8be30a8f46802e781b6ad687e44fff7e9a 100644 (file)
@@ -31,7 +31,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0 && !NET_2_1
+#if !NET_2_1
 using System;
 using System.Text;
 
@@ -110,7 +110,7 @@ namespace System.IO {
                                }
                        }
                }
-
+/*
                public void WriteKey (ConsoleKeyInfo key)
                {
                        lock (this) {
@@ -121,7 +121,7 @@ namespace System.IO {
                                        InternalWriteChar (copy.KeyChar);
                        }
                }
-
+*/
                public void InternalWriteString (string val)
                {
                        try {