json-parser: remove dead increment
clang-analyzer points out a redundant increment. Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f7dcfac024
commit
2da69c8d12
@ -247,8 +247,6 @@ static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token
|
||||
}
|
||||
}
|
||||
|
||||
ptr++;
|
||||
|
||||
return str;
|
||||
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user