Merge branch 'marek'
[mono.git] / mcs / class / System.Web / System.Web.UI / DataSourceControlBuilder.cs
index 97f8b07ce2a34bf12a494352a076393a213f0916..d678caaa9549d52378b12b8801acf015be983cc2 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //   Chris Toshok (toshok@ximian.com)
 //
-// (C) 2006 Novell, Inc (http://www.novell.com)
+// (C) 2006-2010 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 namespace System.Web.UI {
 
        public sealed class DataSourceControlBuilder : ControlBuilder
@@ -35,4 +33,3 @@ namespace System.Web.UI {
        }
 
 }
-#endif