atl: Remove dead assignment.

This commit is contained in:
Bruno Jesus 2014-10-30 23:22:55 -02:00 committed by Alexandre Julliard
parent 08f3edccde
commit 36c331f2e9
1 changed files with 1 additions and 1 deletions

View File

@ -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);