mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
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:
committed by
Anthony Liguori
parent
f7dcfac024
commit
2da69c8d12
@@ -247,8 +247,6 @@ static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token
|
||||
}
|
||||
}
|
||||
|
||||
ptr++;
|
||||
|
||||
return str;
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user