[libvirt] [PATCH 08/10] qemu: monitor: remove the json field

Ján Tomko jtomko at redhat.com
Sat Jun 15 12:11:37 UTC 2019


Now that it is no longer used, remove it.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/qemu/qemu_monitor.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/qemu/qemu_monitor.c b/src/qemu/qemu_monitor.c
index ab2b54e002..f19bbea8b9 100644
--- a/src/qemu/qemu_monitor.c
+++ b/src/qemu/qemu_monitor.c
@@ -101,7 +101,6 @@ struct _qemuMonitor {
 
     int nextSerial;
 
-    bool json;
     bool waitGreeting;
 
     /* cache of query-command-line-options results */
@@ -833,7 +832,6 @@ qemuMonitorOpenInternal(virDomainObjPtr vm,
     mon->fd = fd;
     mon->hasSendFD = hasSendFD;
     mon->vm = virObjectRef(vm);
-    mon->json = true;
     mon->waitGreeting = true;
     mon->cb = cb;
     mon->callbackOpaque = opaque;
-- 
2.20.1




More information about the libvir-list mailing list