X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Xml.Ext%2FMono.Xml.XPath2%2FXQueryFunction.cs;h=fe25cc0c9105571cf4238d587459f825e0874217;hb=37e0ed9066c4d7d77218221cac4619f493057405;hp=d0a745e8f7baea678e658c12f54c8850f51fc289;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunction.cs b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunction.cs index d0a745e8f7b..fe25cc0c910 100644 --- a/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunction.cs +++ b/mcs/class/Mono.Xml.Ext/Mono.Xml.XPath2/XQueryFunction.cs @@ -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