windowscodecs: Avoid dead assignment (scan-build).
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7c0032b62a
commit
f3c1123aec
|
@ -242,7 +242,6 @@ static HRESULT get_token(struct string_t *elem, PROPVARIANT *id, PROPVARIANT *sc
|
||||||
bstr = next_token.u.bstrVal;
|
bstr = next_token.u.bstrVal;
|
||||||
|
|
||||||
end++;
|
end++;
|
||||||
p = end;
|
|
||||||
while (*end && *end != '}' && end - start < elem->len)
|
while (*end && *end != '}' && end - start < elem->len)
|
||||||
{
|
{
|
||||||
if (*end == '\\') end++;
|
if (*end == '\\') end++;
|
||||||
|
|
Loading…
Reference in New Issue