1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

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) { if (parser.nstate) {
int i; int i;
VIR_WARN("cleanup state %d", parser.nstate);
for (i = 0 ; i < parser.nstate ; i++) { for (i = 0 ; i < parser.nstate ; i++) {
VIR_FREE(parser.state[i].key); VIR_FREE(parser.state[i].key);
} }