wintrust/tests: Remove an unused assignment (PVS-Studio)

Michael Stefaniuc mstefani at redhat.de
Fri Jan 23 04:49:11 CST 2015


---
 dlls/wintrust/tests/crypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wintrust/tests/crypt.c b/dlls/wintrust/tests/crypt.c
index 0e77f93..d7e76b1 100644
--- a/dlls/wintrust/tests/crypt.c
+++ b/dlls/wintrust/tests/crypt.c
@@ -790,7 +790,7 @@ static void test_create_catalog_file(void)
 
     /* Only enumerate the attributes */
     trace("Only attributes\n");
-    attrcount = membercount = 0;
+    attrcount = 0;
     catcdf = pCryptCATCDFOpen(cdffileW, NULL);
 
     catattr = NULL;
-- 
1.9.3



More information about the wine-patches mailing list