X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security%2FHostSecurityManagerFlags.cs;h=54e69440b50624c985cc4f66337b7bfbef09c108;hb=3a87e577127fd8ddeed4208fa89ced4e6daf53cb;hp=2da516f77d9e3e7a7f877d386a16201673ce3d3f;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/class/corlib/System.Security/HostSecurityManagerFlags.cs b/mcs/class/corlib/System.Security/HostSecurityManagerFlags.cs index 2da516f77d9..54e69440b50 100644 --- a/mcs/class/corlib/System.Security/HostSecurityManagerFlags.cs +++ b/mcs/class/corlib/System.Security/HostSecurityManagerFlags.cs @@ -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