Commit 78b66ba0 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

shell32: Remove dead assignment (Clang).

parent 58a31ebe
......@@ -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) &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment