removed pointless statements causing VC++ warnings

This commit is contained in:
Günter Obiltschnig 2017-08-10 12:18:44 +02:00
parent f37520b30b
commit 07a00c0da1

View File

@ -6684,8 +6684,6 @@ hash(XML_Parser parser, KEY s)
{
struct siphash state;
struct sipkey key;
(void)sip_tobin;
(void)sip24_valid;
copy_salt_to_sipkey(parser, &key);
sip24_init(&state, &key);
sip24_update(&state, s, keylen(s) * sizeof(XML_Char));