xmllite: Remove duplicated statement (Coverity).

This commit is contained in:
Marcus Meissner 2012-12-27 20:03:58 +01:00 committed by Alexandre Julliard
parent 7750dd8ec4
commit bc5d953f7e
1 changed files with 0 additions and 1 deletions

View File

@ -845,7 +845,6 @@ static HRESULT reader_parse_misc(xmlreader *reader)
break;
if (FAILED(hr)) return hr;
cur = reader_get_cur(reader);
}
return hr;