mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qapi: Drop unused non-strict qobject input visitor
The split between tests/test-qobject-input-visitor.c and tests/test-qobject-input-strict.c now makes less sense than ever. The next commit will take care of that. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <1488544368-30622-20-git-send-email-armbru@redhat.com>
This commit is contained in:
parent
ec95f6148c
commit
048abb7b20
16 changed files with 25 additions and 36 deletions
|
@ -1040,7 +1040,7 @@ static void qmp_deserialize(void **native_out, void *datap,
|
|||
obj = qobject_from_json(qstring_get_str(output_json));
|
||||
|
||||
QDECREF(output_json);
|
||||
d->qiv = qobject_input_visitor_new(obj, true);
|
||||
d->qiv = qobject_input_visitor_new(obj);
|
||||
qobject_decref(obj_orig);
|
||||
qobject_decref(obj);
|
||||
visit(d->qiv, native_out, errp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue