Use faster lenght comparison
[mono.git] / mcs / class / corlib / System / NullReferenceException.cs
index ed1c49ce65ef50719c89b712765d39a02c0d24e5..30d7553b1ba42ec9e5ed72d42cedd9cd2dcd5cbe 100644 (file)
@@ -38,9 +38,7 @@ using System.Runtime.InteropServices;
 namespace System
 {
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public class NullReferenceException : SystemException
        {
                const int Result = unchecked ((int)0x80004003);