cmd: Avoid dead assignment (clang).

This commit is contained in:
Frédéric Delanoy 2011-11-24 12:02:40 +01:00 committed by Alexandre Julliard
parent 8e5d5bf58a
commit 3d028ab67c
1 changed files with 0 additions and 1 deletions

View File

@ -517,7 +517,6 @@ void WCMD_copy (void) {
} while (FindNextFileW(hff, &fd) != 0);
FindClose (hff);
} else {
status = ERROR_FILE_NOT_FOUND;
WCMD_print_error ();
}
}