Commit 971cf700 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent b32d93a1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment