Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / tools / csharp / getline.cs
index 6386e3aeb6a05798491a0dba594e731d730d53d4..e8b9783e614a81a6a167cdd44bb559a5974bc8a0 100644 (file)
 //    behind its back (P/Invoke puts for example).
 //    System.Console needs to get the DELETE character, and report accordingly.
 //
-#if NET_2_0 || NET_1_1
-#define IN_MCS_BUILD
-#endif
 
-// Only compile this code in the 2.0 profile, but not in the Moonlight one
-#if (IN_MCS_BUILD && NET_2_0 && !SMCS_SOURCE) || !IN_MCS_BUILD
 using System;
 using System.Text;
 using System.IO;
@@ -1082,4 +1077,3 @@ namespace Mono.Terminal {
        }
 #endif
 }
-#endif