[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / System.XML / System.Xml / XmlConvert.cs
index a73e593c87136ebb333e9c40059db6355bc7ce84..19d5a9c76cd2a89ddb9ad344919d771ef5ace7dd 100644 (file)
@@ -773,7 +773,6 @@ namespace System.Xml {
                        return bufIndex - offset;
                }
 
-#if NET_2_0 // actually NET_3_5
 
                public static DateTimeOffset ToDateTimeOffset (string s)
                {
@@ -810,7 +809,6 @@ namespace System.Xml {
                        return new Uri (s, UriKind.RelativeOrAbsolute);
                }
 
-#endif
 
                public static bool IsNCNameChar (char ch)
                {