mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
shell32: Remove dead initialization (clang).
This commit is contained in:
parent
5ca020b9d8
commit
4e06cecfdd
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user