Commit 36c331f2 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

atl: Remove dead assignment.

parent 08f3edcc
......@@ -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);
......
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