[runtime] Actually clean up context-static data segments.
[mono.git] / mcs / class / System.Web / System.Web.UI / IDataSource.cs
index b82694dfa4d5fa754859394545f49b00818751c3..33a21d318fc74b727bb9f7be061b02391cc710aa 100644 (file)
@@ -28,7 +28,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;
@@ -40,5 +39,4 @@ namespace System.Web.UI {
                ICollection GetViewNames ();
        }
 }
-#endif