mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
crypt32/tests: Remove an unused assignment (clang).
This commit is contained in:
parent
682d9a2929
commit
d4748065b3
@ -124,7 +124,7 @@ static void test_verify_detached_message_hash(void)
|
||||
|
||||
if (0)
|
||||
{
|
||||
ret = CryptVerifyDetachedMessageHash(NULL, NULL, 0, 0, NULL, NULL, NULL,
|
||||
CryptVerifyDetachedMessageHash(NULL, NULL, 0, 0, NULL, NULL, NULL,
|
||||
NULL);
|
||||
}
|
||||
memset(¶, 0, sizeof(para));
|
||||
|
Loading…
Reference in New Issue
Block a user