Merge pull request #1404 from woodsb02/mono-route
[mono.git] / mcs / class / corlib / System.Security.Cryptography / MD5CryptoServiceProvider.cs
index edba647c908cc39522cbf6071e423ed9ebcdb7e6..2ea2a222423446f93f00b0c5935e77809325f7ef 100644 (file)
@@ -35,7 +35,6 @@ namespace System.Security.Cryptography {
        [ComVisible (true)]
        public sealed class MD5CryptoServiceProvider : MD5 {
                private const int BLOCK_SIZE_BYTES =  64;
-               private const int HASH_SIZE_BYTES  =  16;
                private uint[] _H;
                private uint[] buff;
                private ulong count;