On 24/02/2021 14.11, Daniel P. Berrangé wrote:
The code comment suggests removing QAPIEvent_(str|lookup) symbols
too,
however, these are both auto-generated as standard for any enum in
QAPI. As such it they'll exist whether we use them or not.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/system/deprecated.rst | 6 -----
docs/system/removed-features.rst | 6 +++++
monitor/qmp-cmds-control.c | 24 -----------------
qapi/control.json | 45 --------------------------------
4 files changed, 6 insertions(+), 75 deletions(-)
Reviewed-by: Thomas Huth <thuth(a)redhat.com>