Merge pull request #3511 from henricm/fix-no-socket-reuse
[mono.git] / mcs / class / corlib / System / IConsoleDriver.cs
index a503f2121af78c7bab1b2fd87566a0af62b5f0ec..ef6bd5d446df73ee26ef3ba0b45f31c893c02efc 100644 (file)
@@ -26,7 +26,6 @@
 // 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
 namespace System {
        interface IConsoleDriver {
                ConsoleColor BackgroundColor { get; set; }
@@ -66,5 +65,4 @@ namespace System {
                string ReadLine ();
        }
 }
-#endif