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;
|
LPCOLESTR iter = data;
|
||||||
strbuf buf;
|
strbuf buf;
|
||||||
HRESULT hres = S_OK;
|
HRESULT hres;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
||||||
strbuf_init(&buf);
|
strbuf_init(&buf);
|
||||||
|
|
Loading…
Reference in New Issue