Remove bogus warning message in JSON code

* src/util/json.c: Remove warning message
This commit is contained in:
Daniel P. Berrange 2011-06-30 15:03:07 +01:00
parent 56a77b4920
commit 09a882bd4d

View File

@ -950,7 +950,6 @@ cleanup:
if (parser.nstate) {
int i;
VIR_WARN("cleanup state %d", parser.nstate);
for (i = 0 ; i < parser.nstate ; i++) {
VIR_FREE(parser.state[i].key);
}