Fix warnings in mscorlib's Test suite + bring a couple more tests + fix thread rename...
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / ComCompatibleVersionAttribute.cs
index 16811a9b7dc6c0251e0172a5e036845b6ba3d912..566f246677fc7fa8e6a9b013db5317887296ff97 100644 (file)
@@ -32,8 +32,7 @@
 
 namespace System.Runtime.InteropServices
 {
-       [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, 
-                       Inherited = false)]
+       [AttributeUsage(AttributeTargets.Assembly,      Inherited = false)]
        [ComVisible (true)]
        public sealed class ComCompatibleVersionAttribute : Attribute
        {