From 971cf7001471d7138ed86c417887076a92ac1ef3 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Fri, 23 Jan 2015 11:49:11 +0100 Subject: [PATCH] wintrust/tests: Remove an unused assignment (PVS-Studio). --- 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 0e77f931b79..d7e76b16a92 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;