Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System / System.IO.Ports / SerialSignal.cs
index 4d0de93da3653b1ebebd047cdb79fe7bb4869283..8874c5decca3b50b15f793f3a36172d95314925f 100644 (file)
@@ -7,8 +7,6 @@
 // (c) Copyright 2006 Novell, Inc. (http://www.novell.com)
 //
 
-#if NET_2_0
-
 namespace System.IO.Ports
 {
        enum SerialSignal {
@@ -21,5 +19,3 @@ namespace System.IO.Ports
        }
 }
 
-#endif
-