Merge pull request #1542 from ninjarobot/UriTemplateMatchException
[mono.git] / mcs / class / corlib / System.Security.Cryptography / Base64Constants.cs
index 9a0c6ffc5b272a663813c244ed245d80676bd5a8..25c491e34139f4c97f7935f8d5ddeac7eda58e5b 100644 (file)
 
 namespace System.Security.Cryptography {
 
-#if NET_2_0
        internal static class Base64Constants {\r
-#else\r
-       internal sealed class Base64Constants {\r
-\r
-               private Base64Constants ()\r
-               {\r
-                       // Never instantiated.\r
-               }
-#endif
                // Pre-calculated tables\r
 \r
                public static readonly byte[] EncodeTable = {