[runtime] Actually clean up context-static data segments.
[mono.git] / mcs / class / System.Web / System.Web.UI / IDataSourceViewSchemaAccessor.cs
index 4b90be834a3a3829db6a50716291213dbbe7c4c2..63d4f2ea6ee7b29c6a85890d0a87d069ba14cc11 100644 (file)
@@ -4,7 +4,7 @@
 // Authors:
 //      Sanjay Gupta (gsanjay@novell.com)
 //
-// (C) 2004 Novell, Inc (http://www.novell.com)
+// (C) 2004-2010 Novell, Inc (http://www.novell.com)
 //
 //
 // Permission is hereby granted, free of charge, to any person obtaining
@@ -27,8 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-
-#if NET_2_0
 using System;
 
 namespace System.Web.UI
@@ -38,5 +36,4 @@ namespace System.Web.UI
                object DataSourceViewSchema { get; set; }
        }
 }
-#endif