1
0
mirror of https://github.com/DaveGamble/cJSON synced 2024-12-26 00:22:04 +00:00

Remove unnecessary assignment and silence clang analyzer

This commit is contained in:
Max Bruckner 2017-02-16 00:31:57 +01:00
parent 9f6fa94c91
commit f8d0c47bdb

View File

@ -453,7 +453,6 @@ static const unsigned char *parse_string(cJSON *item, const unsigned char *str,
goto fail;
}
ptr = str + 1;
ptr2 = out;
/* loop through the string literal */
while (ptr < end_ptr)