msxml3: Remove dead assignment (Clang).

This commit is contained in:
Frédéric Delanoy 2011-07-06 10:34:46 +02:00 committed by Alexandre Julliard
parent ca70492ab3
commit a3e0623641

View File

@ -2893,7 +2893,6 @@ static HRESULT WINAPI domdoc_setProperty(
{
ctx = xmlXPathNewContext(This->node.node->doc);
pTokBegin = nsStr;
pTokEnd = nsStr;
for (; *pTokBegin; pTokBegin = pTokEnd)
{
if (pNsEntry != NULL)
@ -2920,7 +2919,6 @@ static HRESULT WINAPI domdoc_setProperty(
{
/*valid for XSLPattern?*/
FIXME("Setting default xmlns not supported - skipping.\n");
pTokBegin = pTokEnd;
continue;
}
else if (*pTokBegin == ':')