Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SiteMapDataSourceView.cs
index 278bed3f1afbe77851f0a45ebb283af2f95a8250..071578a04104ef1808f73082281f8f843ff187ff 100644 (file)
@@ -31,7 +31,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;
@@ -72,5 +71,4 @@ namespace System.Web.UI.WebControls
 
        }
 }
-#endif