Merge pull request #2922 from akoeplinger/fix-tvos
[mono.git] / mcs / class / Mono.Xml.Ext / Mono.Xml.XPath2 / XQueryCommandImpl.cs
index e3cfdd5ecd4c0fff40c62cea052eb8d9c02d5476..465352e289905e0dc029569c0177371d53c3ab9e 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.IO;
@@ -97,4 +96,3 @@ namespace Mono.Xml.XPath2
 
 }
 
-#endif