Commit a3e06236 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

msxml3: Remove dead assignment (Clang).

parent ca70492a
......@@ -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 == ':')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment