mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[WINESYNC] dbghelp: Avoid dead assignment (scan-build).
Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Alexandre Julliard <[email protected]> wine commit id ae6e4017548fc30bf5220bebc674230dc4ccfe06 by Alex Henrie <[email protected]>
This commit is contained in:
@@ -1991,7 +1991,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;
|
||||
|
||||
@@ -4,4 +4,4 @@ files:
|
||||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||
include/wine/mscvpdb.h: sdk/include/reactos/wine/mscvpdb.h
|
||||
tags:
|
||||
wine: d263ba97fb7c9ada7ae847909f35cbf5db671216
|
||||
wine: ae6e4017548fc30bf5220bebc674230dc4ccfe06
|
||||
|
||||
Reference in New Issue
Block a user