[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Security.Permissions / GacIdentityPermissionAttributeTest.cs
index 009e4b0f9c84eac81600b163516b1125268b9e82..24c05741cc206c2fd88a2534596aff73f9ae7518 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using NUnit.Framework;
 using System;
@@ -107,4 +106,3 @@ namespace MonoTests.System.Security.Permissions {
        }
 }
 
-#endif