Module: wine Branch: master Commit: 971cf7001471d7138ed86c417887076a92ac1ef3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=971cf7001471d7138ed86c4178...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Jan 23 11:49:11 2015 +0100
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 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;