kvm tools: remove unused field from virtio-blk

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Sasha Levin
2012-07-22 18:29:52 +02:00
committed by Will Deacon
parent 226e727b20
commit eef8f06e10
-1
View File
@@ -40,7 +40,6 @@ struct blk_dev {
pthread_mutex_t mutex;
struct list_head list;
struct list_head req_list;
struct virtio_device vdev;
struct virtio_blk_config blk_config;