msi: Avoid dead code in parse_prop (Coverity).
This commit is contained in:
parent
63263a3bf9
commit
8ef373a7f2
|
@ -222,7 +222,6 @@ static int parse_prop( const WCHAR *str, WCHAR *value, int *quotes )
|
||||||
switch (*p)
|
switch (*p)
|
||||||
{
|
{
|
||||||
case ' ':
|
case ' ':
|
||||||
if (!count) goto done;
|
|
||||||
in_quotes = 1;
|
in_quotes = 1;
|
||||||
ignore = 1;
|
ignore = 1;
|
||||||
len++;
|
len++;
|
||||||
|
|
Loading…
Reference in New Issue