[Test] Avoid MethodInfoTest.GetMethodBody failure when executed on a release (IL...
[mono.git] / mcs / class / corlib / System.Security / AllowPartiallyTrustedCallersAttribute.cs
index f372bd7d57c835293fe012ede0cfeda0e1edf98b..cbe0765a4c4b6a1f72dff5810d132ca965761a18 100644 (file)
@@ -31,9 +31,7 @@ using System.Runtime.InteropServices;
 
 namespace System.Security {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
        public sealed class AllowPartiallyTrustedCallersAttribute : Attribute {