Removed unnecessary CLSCompliantAttribute(true).
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1Boolean.cs
index 615cfee4231f625e974df42659273de592db5bf8..c139ea4cd6dafae05840e5b50dec5b20639adacf 100644 (file)
@@ -35,9 +35,6 @@ namespace Novell.Directory.Ldap.Asn1
 {
        
        /// <summary> This class encapsulates the ASN.1 BOOLEAN type.</summary>
-#if !TARGET_JVM 
-       [CLSCompliantAttribute(true)]
-#endif
        public class Asn1Boolean:Asn1Object
        {