Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.ConstrainedExecution / PrePrepareMethodAttribute.cs
index 3bc1697162d9005ba4f33be54d0e1ace0c9898d1..d7cb07dd086b2cf1ec92880f0543e23a453e127b 100644 (file)
@@ -26,8 +26,6 @@
 // Copyright (C) 2004 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
-
 namespace System.Runtime.ConstrainedExecution
 {
        [AttributeUsage ((AttributeTargets.Constructor | AttributeTargets.Method), Inherited=false)]
@@ -38,4 +36,3 @@ namespace System.Runtime.ConstrainedExecution
                 }
         }
 }
-#endif