msxml3: Remove dead assignment (Clang)

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Jul 6 03:34:51 CDT 2011


---
pTokEnd set in the following loop

 dlls/msxml3/domdoc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index c8c2765..8bf9aa2 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -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)
-- 
1.7.6




More information about the wine-patches mailing list