projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b3dc99
)
vhost-vdpa: remove unused variable "acked_features"
author
Jason Wang
<jasowang@redhat.com>
Fri, 3 Sep 2021 09:10:11 +0000
(17:10 +0800)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/net/vhost-vdpa.c
b/net/vhost-vdpa.c
index 19187dce8c2583519d2e3cf7ef466fc345b99401..72829884d740d055823c5f979054619091b11d24 100644
(file)
--- a/
net/vhost-vdpa.c
+++ b/
net/vhost-vdpa.c
@@
-29,7
+29,6
@@
typedef struct VhostVDPAState {
NetClientState nc;
struct vhost_vdpa vhost_vdpa;
VHostNetState *vhost_net;
- uint64_t acked_features;
bool started;
} VhostVDPAState;