Merge pull request #2922 from akoeplinger/fix-tvos
[mono.git] / mcs / class / Mono.Xml.Ext / Mono.Xml.XPath2 / XQueryFunction.cs
old mode 100755 (executable)
new mode 100644 (file)
index d0a745e..fe25cc0
@@ -30,7 +30,6 @@
 //
 // See XQuery 1.0 and XPath 2.0 Functions and Operators.
 //
-#if NET_2_0
 using System;
 using System.Collections;
 using System.Reflection;
@@ -319,4 +318,3 @@ namespace Mono.Xml.XPath2
                }
        }
 }
-#endif