Commit 08f3edcc authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

atl: Remove dead assignment.

parent c1b2fc3c
......@@ -184,7 +184,7 @@ static HRESULT do_preprocess(const Registrar *This, LPCOLESTR data, strbuf *buf)
static HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register)
{
LPCOLESTR iter = *pstr;
LPCOLESTR iter;
HRESULT hres;
LONG lres;
HKEY hkey = 0;
......
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