André Hentschel : shell32: Remove dead initialization (clang).

Alexandre Julliard julliard at winehq.org
Wed Jul 6 13:31:08 CDT 2011


Module: wine
Branch: master
Commit: 4e06cecfddaa5aef5f2d6eb366753d84ad10362d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4e06cecfddaa5aef5f2d6eb366753d84ad10362d

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jul  5 21:37:45 2011 +0200

shell32: Remove dead initialization (clang).

---

 dlls/shell32/brsfolder.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/brsfolder.c b/dlls/shell32/brsfolder.c
index 71d2d0b..80b8ecd 100644
--- a/dlls/shell32/brsfolder.c
+++ b/dlls/shell32/brsfolder.c
@@ -561,7 +561,6 @@ static HRESULT BrsFolder_Treeview_Changed( browse_info *info, NMTREEVIEWW *pnmtv
     LPTV_ITEMDATA lptvid = (LPTV_ITEMDATA) pnmtv->itemNew.lParam;
     WCHAR name[MAX_PATH];
 
-    lptvid = (LPTV_ITEMDATA) pnmtv->itemNew.lParam;
     ILFree(info->pidlRet);
     info->pidlRet = ILClone(lptvid->lpifq);
 




More information about the wine-cvs mailing list