diff options
author | Yury Kotov <yury-kotov@yandex-team.ru> | 2019-11-19 14:07:09 +0300 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-12-18 12:20:25 +0100 |
commit | f8b345e41414504a42a55472c899e389e7dc4e2f (patch) | |
tree | e1cc590b95417b632e96ea32602c02880f1239ed /monitor/misc.c | |
parent | 1232ed1f27ab36c161f03ad4a9c3c14c80973f79 (diff) |
monitor: Remove unused define
Remove the definition of QMP_ACCEPT_UNKNOWNS as it is unused since
refactoring 5c678ee8d940
Signed-off-by: Yury Kotov <yury-kotov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191119110709.13827-1-yury-kotov@yandex-team.ru>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'monitor/misc.c')
-rw-r--r-- | monitor/misc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/monitor/misc.c b/monitor/misc.c index 3baa15f3bf..6680734ea1 100644 --- a/monitor/misc.c +++ b/monitor/misc.c @@ -106,9 +106,6 @@ struct MonFdset { QLIST_ENTRY(MonFdset) next; }; -/* QMP checker flags */ -#define QMP_ACCEPT_UNKNOWNS 1 - /* Protects mon_fdsets */ static QemuMutex mon_fdsets_lock; static QLIST_HEAD(, MonFdset) mon_fdsets; |