aboutsummaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorJason Wang <jasowang@redhat.com>2021-06-02 11:31:27 +0800
committerJason Wang <jasowang@redhat.com>2021-06-11 10:30:13 +0800
commit1b031172119c8996af5fa84b6e10627ea4122d64 (patch)
tree2cee870341f5e516b676cd964c9ff56a834dbd4f /include/net
parentc33f23a419f95da16ab4faaf08be635c89b96ff0 (diff)
downloadqemu-1b031172119c8996af5fa84b6e10627ea4122d64.zip
qemu-1b031172119c8996af5fa84b6e10627ea4122d64.tar.gz
qemu-1b031172119c8996af5fa84b6e10627ea4122d64.tar.bz2
vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()
No user for this helper, let's remove it. Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/vhost-vdpa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vhost-vdpa.h b/include/net/vhost-vdpa.h
index 45e34b7..b81f9a6 100644
--- a/include/net/vhost-vdpa.h
+++ b/include/net/vhost-vdpa.h
@@ -15,7 +15,6 @@
#define TYPE_VHOST_VDPA "vhost-vdpa"
struct vhost_net *vhost_vdpa_get_vhost_net(NetClientState *nc);
-uint64_t vhost_vdpa_get_acked_features(NetClientState *nc);
extern const int vdpa_feature_bits[];