Module: wine Branch: master Commit: 78b66ba0206583f8064329bbc0d7d6b2fe2c9419 URL: http://source.winehq.org/git/wine.git/?a=commit;h=78b66ba0206583f8064329bbc0...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Thu Jul 7 18:42:35 2011 +0200
shell32: Remove dead assignment (Clang).
---
dlls/shell32/shlfileop.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shlfileop.c b/dlls/shell32/shlfileop.c index f022faf..7ae20c1 100644 --- a/dlls/shell32/shlfileop.c +++ b/dlls/shell32/shlfileop.c @@ -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) &&