More removal of old defines
[mono.git] / mcs / class / corlib / System.Security / PermissionSetCollection.cs
index 82cbb0b491476c14a94bb02f9a341965d012c149..c13c1efef77cffd8a1a2ba48bc5d61622b8ffef2 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Collections;
 using System.Runtime.InteropServices;
 using System.Security.Permissions;
@@ -217,4 +215,3 @@ namespace System.Security {
        }
 }
 
-#endif