Removed unnecessary CLSCompliantAttribute(true).
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Sequence.cs
index 224b7ee41a51e33b523ea568c26cc1a8faff22be..86525972b70fc06ee3635c654f7796d4e906288d 100644 (file)
@@ -40,9 +40,6 @@ namespace Novell.Directory.Ldap.Asn1
        /// This class inherits from the Asn1Structured class which
        /// provides functionality to hold multiple Asn1 components.
        /// </summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Sequence:Asn1Structured
        {