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
1 changed files with 1 additions and 1 deletions

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)
{
LPCOLESTR iter = *pstr;
LPCOLESTR iter;
HRESULT hres;
LONG lres;
HKEY hkey = 0;