atl: Remove dead assignment.
This commit is contained in:
parent
c1b2fc3c4f
commit
08f3edccde
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user