json-parser: remove dead increment
authorAmit Shah <amit.shah@redhat.com>
Wed, 13 Jan 2010 10:54:47 +0000 (16:24 +0530)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 13 Jan 2010 23:14:15 +0000 (17:14 -0600)
commitcc76abb85d66da0a547936ed31fc48de01eee1a2
tree4567dba4bafa36bc9149747dfb284f0fb7ae33f9
parentbc835312d26b984fa19fedd365c797d9a36d76f6
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>
json-parser.c