qemu: blockjob: Remove 'started' from struct _qemuBlockJobData

As of commit d1a44634ac this field is unused.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2019-02-11 13:33:37 +01:00
parent e37bd65f99
commit 2234354f9e

View File

@ -71,7 +71,6 @@ struct _qemuBlockJobData {
virDomainDiskDefPtr disk; /* may be NULL, if blockjob does not correspond to any disk */
bool started;
int type; /* qemuBlockJobType */
int state; /* qemuBlockjobState */
char *errmsg;