Now that it is no longer used, remove it.

Signed-off-by: Ján Tomko <jto...@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to