diff options
-rw-r--r-- | block/iscsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/iscsi.c b/block/iscsi.c index 75d8905..716e74a 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -103,7 +103,6 @@ typedef struct IscsiTask { typedef struct IscsiAIOCB { BlockAIOCB common; - QEMUIOVector *qiov; QEMUBH *bh; IscsiLun *iscsilun; struct scsi_task *task; |