monitor: Remove unused define
Remove the definition of QMP_ACCEPT_UNKNOWNS as it is unused since
refactoring 5c678ee8d9
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>
This commit is contained in:
parent
1232ed1f27
commit
f8b345e414
@ -106,9 +106,6 @@ struct MonFdset {
|
|||||||
QLIST_ENTRY(MonFdset) next;
|
QLIST_ENTRY(MonFdset) next;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* QMP checker flags */
|
|
||||||
#define QMP_ACCEPT_UNKNOWNS 1
|
|
||||||
|
|
||||||
/* Protects mon_fdsets */
|
/* Protects mon_fdsets */
|
||||||
static QemuMutex mon_fdsets_lock;
|
static QemuMutex mon_fdsets_lock;
|
||||||
static QLIST_HEAD(, MonFdset) mon_fdsets;
|
static QLIST_HEAD(, MonFdset) mon_fdsets;
|
||||||
|
Loading…
Reference in New Issue
Block a user