Merge pull request #2832 from razzfazz/handle_eintr
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / SiteMapDataSourceView.cs
index 8074194bbc48d007387ecbb8c88b1e22af7326d7..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;
@@ -65,7 +64,6 @@ namespace System.Web.UI.WebControls
                        return collection;
                }
 
-               [MonoTODO]
                protected override void OnDataSourceViewChanged (EventArgs e)
                {
                        base.OnDataSourceViewChanged (e);
@@ -73,5 +71,4 @@ namespace System.Web.UI.WebControls
 
        }
 }
-#endif