mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Remove unnecessary assignment and silence clang analyzer
This commit is contained in:
parent
9f6fa94c91
commit
f8d0c47bdb
1
cJSON.c
1
cJSON.c
@ -453,7 +453,6 @@ static const unsigned char *parse_string(cJSON *item, const unsigned char *str,
|
|||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
ptr = str + 1;
|
|
||||||
ptr2 = out;
|
ptr2 = out;
|
||||||
/* loop through the string literal */
|
/* loop through the string literal */
|
||||||
while (ptr < end_ptr)
|
while (ptr < end_ptr)
|
||||||
|
Loading…
Reference in New Issue
Block a user