Merge pull request #586 from awinters-fvs/awinters/sgen-los-sizeof-fix
[mono.git] / mcs / class / corlib / System.Security / HostSecurityManagerFlags.cs
index 2da516f77d9e3e7a7f877d386a16201673ce3d3f..54e69440b50624c985cc4f66337b7bfbef09c108 100644 (file)
@@ -26,8 +26,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
-
 using System.Runtime.InteropServices;
 
 namespace System.Security {
@@ -45,5 +43,3 @@ namespace System.Security {
                AllFlags = HostAppDomainEvidence | HostPolicyLevel | HostAssemblyEvidence | HostDetermineApplicationTrust | HostResolvePolicy
        }
 }
-
-#endif