mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
msxml3: Remove dead assignment (Clang).
This commit is contained in:
parent
ca70492ab3
commit
a3e0623641
@ -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 == ':')
|
||||
|
Loading…
Reference in New Issue
Block a user