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

This commit is contained in:
Austin English 2011-07-25 18:54:31 -07:00 committed by Alexandre Julliard
parent 910b3580a3
commit 5a56fba741
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ static void nt_mailslot_test(void)
"rc = %x not STATUS_SUCCESS or STATUS_INVALID_PARAMETER\n", rc);
ok( hslot != 0, "Handle is invalid\n");
if ( rc == STATUS_SUCCESS ) rc = pNtClose(hslot);
if ( rc == STATUS_SUCCESS ) pNtClose(hslot);
/*
* Test that the length field is checked properly