aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/nvme-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/nvme-int.h')
-rw-r--r--src/hw/nvme-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/hw/nvme-int.h b/src/hw/nvme-int.h
index f0d717d5..f9c807ef 100644
--- a/src/hw/nvme-int.h
+++ b/src/hw/nvme-int.h
@@ -117,9 +117,6 @@ struct nvme_namespace {
u32 block_size;
u32 metadata_size;
u32 max_req_size;
-
- /* Page aligned buffer of size NVME_PAGE_SIZE. */
- char *dma_buffer;
};
/* Data structures for NVMe admin identify commands */