Jumbo patch for NET_2_0, mscorlib is now clean
[mono.git] / mcs / class / corlib / System.Security.Permissions / HostProtectionResource.cs
index 031c9fc308654e105e8178b535835c5c5e68514b..db5163ccef414b1f1857e0d0c91ccc5b2e9496ab 100644 (file)
@@ -26,7 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
 
 using System.Runtime.InteropServices;
 
@@ -50,5 +49,3 @@ namespace System.Security.Permissions {
                        SelfAffectingProcessMgmt | SelfAffectingThreading | SharedState | Synchronization | UI
        }
 }
-
-#endif