mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue