Allow at max one Remove operation to fail in tests.
[mono.git] / mcs / class / corlib / System.Security.AccessControl / CommonObjectSecurity.cs
index 5aa871c94b7034d41b3825ccf6db0095334e6baf..3addb6c5f564adf50ecdf89a3a7d49de78230458 100644 (file)
@@ -27,7 +27,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 using System.Collections.Generic;
 
 namespace System.Security.AccessControl {
@@ -181,4 +180,3 @@ namespace System.Security.AccessControl {
        }
 }
 
-#endif