From 9f6bb4c004a6458227b9eec6aff3f79afe159699 Mon Sep 17 00:00:00 2001 From: Kevin Wolf Date: Mon, 14 May 2018 14:51:21 +0200 Subject: 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 --- include/block/blockjob.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/block') 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; -- cgit v1.2.3-55-g7522