Merge pull request #2922 from akoeplinger/fix-tvos
[mono.git] / mcs / class / Mono.Xml.Ext / Mono.Xml.XPath2 / SequenceType.cs
index 55cb7113acee421221ef2fec4ac3c78c268d23e5..28daa8cc88d7dddb83b6c768b652758b21a38a8c 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System;
 using System.Collections;
 using System.Globalization;
@@ -730,4 +729,3 @@ namespace Mono.Xml.XPath2
        #endregion
 }
 
-#endif