Commit fab9c719 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

crypt32: Remove a couple unused variables (LLVM/Clang).

parent c02d0d85
......@@ -166,8 +166,6 @@ static void test_msg_get_param(void)
BOOL ret;
HCRYPTMSG msg;
DWORD size, i, value;
CMSG_SIGNED_ENCODE_INFO signInfo = { sizeof(signInfo), 0 };
CMSG_SIGNER_ENCODE_INFO signer = { sizeof(signer), 0 };
/* Crash
ret = CryptMsgGetParam(NULL, 0, 0, NULL, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment