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

This commit is contained in:
Austin English 2012-01-30 22:43:36 -06:00 committed by Alexandre Julliard
parent c02d0d85ea
commit fab9c71963
1 changed files with 0 additions and 2 deletions

View File

@ -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);