Commit 4e06cecf authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

shell32: Remove dead initialization (clang).

parent 5ca020b9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment