atl: Remove dead assignment.

This commit is contained in:
Bruno Jesus 2014-10-30 23:20:35 -02:00 committed by Alexandre Julliard
parent c1b2fc3c4f
commit 08f3edccde

View File

@ -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) static HRESULT do_process_key(LPCOLESTR *pstr, HKEY parent_key, strbuf *buf, BOOL do_register)
{ {
LPCOLESTR iter = *pstr; LPCOLESTR iter;
HRESULT hres; HRESULT hres;
LONG lres; LONG lres;
HKEY hkey = 0; HKEY hkey = 0;