Fix Dispose()
[mono.git] / mcs / class / corlib / System.Security.AccessControl / CommonSecurityDescriptor.cs
index bab13357b7abb04d0250965b146f95fb535a6f5b..636814a4a93ec51f15ad7aa37e2a139410826e40 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Security.Principal;
 
 namespace System.Security.AccessControl {
@@ -177,4 +175,3 @@ namespace System.Security.AccessControl {
        }
 }
 
-#endif