diff options
author | Jason Wang <jasowang@redhat.com> | 2021-06-02 11:31:27 +0800 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2021-06-11 10:30:13 +0800 |
commit | 1b031172119c8996af5fa84b6e10627ea4122d64 (patch) | |
tree | 2cee870341f5e516b676cd964c9ff56a834dbd4f /include | |
parent | c33f23a419f95da16ab4faaf08be635c89b96ff0 (diff) | |
download | qemu-1b031172119c8996af5fa84b6e10627ea4122d64.zip |
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')
-rw-r--r-- | include/net/vhost-vdpa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/vhost-vdpa.h b/include/net/vhost-vdpa.h index 45e34b7cfc..b81f9a6f2a 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[]; |