Re: [Qemu-devel] [PATCH v2 3/6] qapi: Remove qobject_to_X() functions
On Sat 20 Jan 2018 04:44:09 PM CET, Max Reitz wrote: > They are no longer needed now. > > Signed-off-by: Max Reitz Reviewed-by: Alberto Garcia Berto
[Qemu-devel] [PATCH v2 3/6] qapi: Remove qobject_to_X() functions
They are no longer needed now. Signed-off-by: Max Reitz --- include/qapi/qmp/qbool.h | 1 - include/qapi/qmp/qdict.h | 1 - include/qapi/qmp/qlist.h | 1 - include/qapi/qmp/qnum.h| 1 - include/qapi/qmp/qstring.h | 1 - qobject/qbool.c| 11 --- qobject/qdict.c