Frédéric Delanoy : msxml3: Remove dead assignment (Clang).

Alexandre Julliard julliard at winehq.org
Wed Jul 6 13:31:08 CDT 2011


Module: wine
Branch: master
Commit: a3e062364136ba6bf6c6641b9137689b7a2af887
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a3e062364136ba6bf6c6641b9137689b7a2af887

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Wed Jul  6 10:34:46 2011 +0200

msxml3: Remove dead assignment (Clang).

---

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

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index 6fb923f..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)
@@ -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 == ':')




More information about the wine-cvs mailing list