cmd: Avoid dead assignment (clang).
This commit is contained in:
parent
8e5d5bf58a
commit
3d028ab67c
|
@ -517,7 +517,6 @@ void WCMD_copy (void) {
|
|||
} while (FindNextFileW(hff, &fd) != 0);
|
||||
FindClose (hff);
|
||||
} else {
|
||||
status = ERROR_FILE_NOT_FOUND;
|
||||
WCMD_print_error ();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue