Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComConversionLossAttribute.cs
index 0bf6931f270112804e015784577e75a648114636..6e633a5a49ba30d2c3710af603e2116a413be488 100644 (file)
@@ -34,9 +34,7 @@ using System;
 namespace System.Runtime.InteropServices {
 
        [AttributeUsage (AttributeTargets.All, Inherited=false)]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public sealed class ComConversionLossAttribute : Attribute
        {
                public ComConversionLossAttribute ()