shell32: Remove dead assignment (Clang).
This commit is contained in:
parent
58a31ebea9
commit
78b66ba020
|
@ -1348,7 +1348,6 @@ static HRESULT delete_files(LPSHFILEOPSTRUCTW lpFileOp, const FILE_LIST *flFrom)
|
|||
|
||||
for (i = 0; i < flFrom->dwNumFiles; i++)
|
||||
{
|
||||
bPathExists = TRUE;
|
||||
fileEntry = &flFrom->feFiles[i];
|
||||
|
||||
if (!IsAttribFile(fileEntry->attributes) &&
|
||||
|
|
Loading…
Reference in New Issue