eglib: checking for locale_charset function
[mono.git] / mcs / class / System.Web / System.Web.UI / HierarchicalDataSourceControl.cs
index 7a5e2926e9001c9ebc412832ece097518d1099f7..545d69fdc53a6508d4fc5242b8df50f330651d58 100644 (file)
@@ -6,7 +6,7 @@
 //     Lluis Sanchez Gual (lluis@novell.com)
 //
 //  (C) 2003 Ben Maurer
-//  (C) 2005 Novell, Inc (http://www.novell.com)
+//  (C) 2005-2010 Novell, Inc (http://www.novell.com)
 //
 
 //
@@ -30,7 +30,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Collections;
 using System.Collections.Specialized;
 using System.Text;
@@ -126,5 +125,4 @@ namespace System.Web.UI
        
 
 }
-#endif