Merge pull request #2216 from akoeplinger/fix-array-sort
[mono.git] / mcs / class / corlib / System / TermInfoBooleans.cs
index 52e656e419a5b43ece650bf791c68870c2dbb0bd..b845216c636ffc6079648f68de6f8351c6fcbd3d 100644 (file)
@@ -27,7 +27,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
 
 // These values are taken from 'man 5 terminfo' and /usr/include/term.h.
 // They are the indexes for the boolean capabilities in a terminfo file.
@@ -73,5 +72,4 @@ namespace System {
                Last
        }
 }
-#endif