summaryrefslogtreecommitdiffstats
path: root/src/server/iscsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/iscsi.h')
-rw-r--r--src/server/iscsi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/iscsi.h b/src/server/iscsi.h
index a806530..4e4f485 100644
--- a/src/server/iscsi.h
+++ b/src/server/iscsi.h
@@ -5765,9 +5765,6 @@ typedef struct iscsi_scsi_task {
/// Output buffer.
uint8_t *buf;
- /// Whether output buffer os owned by this struct and must be freed on destroy
- bool must_free;
-
/// Offset in bytes in image for DATA-in command.
size_t file_offset;