From: Michael Stefaniuc Subject: wintrust/tests: Remove an unused assignment (PVS-Studio) Message-Id: <20150123104911.GC13900@redhat.com> Date: Fri, 23 Jan 2015 11:49:11 +0100 --- 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