crypt32: In CRYPT_CollectionAdvanceEnum remove unneeded statement (cppcheck).

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Fabian Maurer 2017-10-03 17:44:54 +02:00 committed by Alexandre Julliard
parent 67756774f5
commit b34ea10112
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ static context_t *CRYPT_CollectionAdvanceEnum(WINE_COLLECTIONSTORE *store,
Context_AddRef(child);
child = contextFuncs->enumContext(storeEntry->store, child);
Context_Release(prev);
prev = NULL;
}
else
{