Jumbo NET_2_0 removal
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComAliasNameAttribute.cs
index 2fb59c21e582496cd6b5e79590eefcab000a62bf..74c3dfb8fa76613c9f3a53d0d8e73a17d3c2bbc5 100644 (file)
@@ -35,9 +35,7 @@ namespace System.Runtime.InteropServices {
        [AttributeUsage (AttributeTargets.Property | AttributeTargets.Field |
                         AttributeTargets.Parameter | AttributeTargets.ReturnValue,
                         Inherited=false)]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public sealed class ComAliasNameAttribute : Attribute
        {
                string val;