msxml3: Remove dead initialization (clang).

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2017-01-30 23:11:06 +01:00 committed by Alexandre Julliard
parent e07e8293b9
commit 1242648fae
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ static xmlChar* do_get_text(xmlNodePtr node, BOOL trim, DWORD *first, DWORD *las
case XML_DOCUMENT_FRAG_NODE:
if (trim && !preserving)
{
xmlChar* ret = str;
xmlChar* ret;
int len;
if (!str)