Merge pull request #1514 from directhex/master
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / BestFitMappingAttribute.cs
index 524ff6d389a8bb49c895e9fe003013ade1bc0ff5..758d35b31d5890c9c76107e4b9f32adb3c22bded 100644 (file)
@@ -36,9 +36,7 @@ namespace System.Runtime.InteropServices {
        [AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class | 
                         AttributeTargets.Struct | AttributeTargets.Interface,
                         Inherited=false)]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public sealed class BestFitMappingAttribute : Attribute {
                bool bfm;