mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
removed pointless statements causing VC++ warnings
This commit is contained in:
parent
f37520b30b
commit
07a00c0da1
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user