crypt32: remove a couple unused variables (LLVM/Clang)

Austin English austinenglish at gmail.com
Mon Jan 30 22:43:36 CST 2012


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/crypt32/tests/msg.c b/dlls/crypt32/tests/msg.c
index d5d5309..b40302a 100644
--- a/dlls/crypt32/tests/msg.c
+++ b/dlls/crypt32/tests/msg.c
@@ -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);


More information about the wine-patches mailing list