cryptui/tests: Remove a dead assignment (LLVM/Clang).

This commit is contained in:
Austin English 2011-02-07 18:27:16 -08:00 committed by Alexandre Julliard
parent 69fd8d5271
commit ed778bc8e1
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ static void test_crypt_ui_wiz_import(void)
/* Brings up UI. Cancelling yields ret = 1. */
if (0)
{
ret = pCryptUIWizImport(0, 0, NULL, NULL, NULL);
pCryptUIWizImport(0, 0, NULL, NULL, NULL);
}
SetLastError(0xdeadbeef);
ret = pCryptUIWizImport(CRYPTUI_WIZ_NO_UI, 0, NULL, NULL, NULL);