From ce68648792ba859fe11075f507909970ae5e1ba4 Mon Sep 17 00:00:00 2001 From: Sasha Levin Date: Sun, 22 Jul 2012 18:29:52 +0200 Subject: [PATCH] kvm tools: remove unused field from virtio-blk Signed-off-by: Sasha Levin Signed-off-by: Pekka Enberg --- tools/kvm/virtio/blk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/kvm/virtio/blk.c b/tools/kvm/virtio/blk.c index beebd245d7fc..1fb969f420c7 100644 --- a/tools/kvm/virtio/blk.c +++ b/tools/kvm/virtio/blk.c @@ -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; -- 2.39.5