Remove dead code.

This commit is contained in:
evoskuil
2015-07-26 16:03:24 -07:00
parent b77b074569
commit aadab3eba3
@@ -243,7 +243,6 @@ randombytes_salsa20_random_stir(void)
unsigned char m0[crypto_auth_hmacsha512256_BYTES +
2U * SHA512_BLOCK_SIZE - SHA512_MIN_PAD_SIZE];
unsigned char *k0 = m0 + crypto_auth_hmacsha512256_BYTES;
size_t i;
size_t sizeof_k0 = sizeof m0 - crypto_auth_hmacsha512256_BYTES;
memset(stream.rnd32, 0, sizeof stream.rnd32);