atl: Remove dead assignment.
This commit is contained in:
parent
08f3edccde
commit
36c331f2e9
|
@ -380,7 +380,7 @@ static HRESULT do_process_root_key(LPCOLESTR data, BOOL do_register)
|
|||
{
|
||||
LPCOLESTR iter = data;
|
||||
strbuf buf;
|
||||
HRESULT hres = S_OK;
|
||||
HRESULT hres;
|
||||
unsigned int i;
|
||||
|
||||
strbuf_init(&buf);
|
||||
|
|
Loading…
Reference in New Issue