msxml3: Remove dead assignment (Clang)

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


Already done in 'for' loop termination statement
---
 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 6fb923f..c8c2765 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -2920,7 +2920,6 @@ static HRESULT WINAPI domdoc_setProperty(
                 {
                     /*valid for XSLPattern?*/
                     FIXME("Setting default xmlns not supported - skipping.\n");
-                    pTokBegin = pTokEnd;
                     continue;
                 }
                 else if (*pTokBegin == ':')
-- 
1.7.6




More information about the wine-patches mailing list