shell32: Remove dead assignment (Clang)

Frédéric Delanoy frederic.delanoy at gmail.com
Thu Jul 7 11:42:35 CDT 2011


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




More information about the wine-patches mailing list