Juan Lang : crypt32/tests: Remove an unused assignment (clang).

Alexandre Julliard julliard at winehq.org
Thu Feb 17 13:06:33 CST 2011


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Tue Feb 15 10:54:09 2011 -0800

crypt32/tests: Remove an unused assignment (clang).

---

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

diff --git a/dlls/crypt32/tests/message.c b/dlls/crypt32/tests/message.c
index 1fe9a57..be3a03b 100644
--- a/dlls/crypt32/tests/message.c
+++ b/dlls/crypt32/tests/message.c
@@ -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(&para, 0, sizeof(para));




More information about the wine-cvs mailing list