aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-05-14 14:51:21 +0200
committerKevin Wolf <kwolf@redhat.com>2018-05-23 14:30:51 +0200
commit9f6bb4c004a6458227b9eec6aff3f79afe159699 (patch)
tree20d8338274771233a88e647e409e63b1bd537fef /include
parent456273b02474780537e2bb52a72213f63bb5227a (diff)
blockjob: Remove BlockJob.driver
BlockJob.driver is redundant with Job.driver and only used in very few places any more. Remove it. Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/block/blockjob.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/block/blockjob.h b/include/block/blockjob.h
index 3021d11126..32c00b7dc0 100644
--- a/include/block/blockjob.h
+++ b/include/block/blockjob.h
@@ -43,9 +43,6 @@ typedef struct BlockJob {
/** Data belonging to the generic Job infrastructure */
Job job;
- /** The job type, including the job vtable. */
- const BlockJobDriver *driver;
-
/** The block device on which the job is operating. */
BlockBackend *blk;