Merge pull request #2707 from lambdageek/dev/monoerror-mono_image_load_module_dynamic
[mono.git] / mcs / class / corlib / System.Security / ISecurityPolicyEncodable.cs
index 13582e8754c38ee387d4c0e0ad3cbaed2db2522d..d2085ef8ef66080064b9ed0d4cb20236a876cd18 100644 (file)
@@ -32,9 +32,7 @@ using System.Security.Policy;
 
 namespace System.Security {
 
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public interface ISecurityPolicyEncodable {
 
                void FromXml (SecurityElement e, PolicyLevel level);