Merge pull request #2916 from ludovic-henry/fix-40306
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / TreeNode.cs
index 56bb47679f48eda778e2a826055fa740d4496655..73c8d5fc401e4771f6d11c21fd86b140f15d66a0 100644 (file)
@@ -28,7 +28,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 
 using System;
 using System.Collections;
@@ -800,4 +799,3 @@ namespace System.Web.UI.WebControls
                }
        }
 }
-#endif