]> git.proxmox.com Git - mirror_qemu.git/commitdiff
vhost-vdpa: remove unused variable "acked_features"
authorJason Wang <jasowang@redhat.com>
Fri, 3 Sep 2021 09:10:11 +0000 (17:10 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 4 Sep 2021 21:34:05 +0000 (17:34 -0400)
"acked_features" is unused, let's remove that.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Message-Id: <20210903091031.47303-2-jasowang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vhost-vdpa.c

index 19187dce8c2583519d2e3cf7ef466fc345b99401..72829884d740d055823c5f979054619091b11d24 100644 (file)
@@ -29,7 +29,6 @@ typedef struct VhostVDPAState {
     NetClientState nc;
     struct vhost_vdpa vhost_vdpa;
     VHostNetState *vhost_net;
-    uint64_t acked_features;
     bool started;
 } VhostVDPAState;