[PATCH] dbghelp: Avoid dead assignment (scan-build)

Alex Henrie alexhenrie24 at gmail.com
Mon Sep 16 00:40:12 CDT 2019


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/dbghelp/symbol.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/dbghelp/symbol.c b/dlls/dbghelp/symbol.c
index 3689500fa0..69d8b38b71 100644
--- a/dlls/dbghelp/symbol.c
+++ b/dlls/dbghelp/symbol.c
@@ -1967,7 +1967,6 @@ static BOOL re_match_multi(const WCHAR** pstring, const WCHAR** pre, BOOL _case)
             if (!(next = re_match_one(string_end, re_beg, _case))) return FALSE;
             string_end = next;
         }
-        re_beg = re_end;
     }
 
     if (*re_end || *string_end) return FALSE;
-- 
2.23.0




More information about the wine-devel mailing list