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

Alexandre Julliard julliard at winehq.org
Tue Jan 31 14:06:19 CST 2012


Module: wine
Branch: master
Commit: fab9c719632a3432386edfb3d85a179c681c6b6a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fab9c719632a3432386edfb3d85a179c681c6b6a

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Jan 30 22:43:36 2012 -0600

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

---

 dlls/crypt32/tests/msg.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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-cvs mailing list