vhost-vdpa: remove unused variable "acked_features"
"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>
This commit is contained in:
parent
6b3dc99259
commit
12021b53a4
@ -29,7 +29,6 @@ typedef struct VhostVDPAState {
|
||||
NetClientState nc;
|
||||
struct vhost_vdpa vhost_vdpa;
|
||||
VHostNetState *vhost_net;
|
||||
uint64_t acked_features;
|
||||
bool started;
|
||||
} VhostVDPAState;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user