shell32: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-07 18:42:35 +02:00 committed by Alexandre Julliard
parent 58a31ebea9
commit 78b66ba020
1 changed files with 0 additions and 1 deletions

View File

@ -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) &&