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

This commit is contained in:
Michael Stefaniuc 2015-01-23 11:49:11 +01:00 committed by Alexandre Julliard
parent b32d93a10b
commit 971cf70014

View file

@ -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;