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:
Amit Shah 2010-01-13 16:24:47 +05:30 committed by Anthony Liguori
parent f7dcfac024
commit 2da69c8d12
1 changed files with 0 additions and 2 deletions

View File

@ -247,8 +247,6 @@ static QString *qstring_from_escaped_str(JSONParserContext *ctxt, QObject *token
}
}
ptr++;
return str;
out: