regex/mlx5: fix leak after probing failure
[dpdk.git] / lib / vhost / vhost.h
index d98ca8a..1e56311 100644 (file)
@@ -219,7 +219,6 @@ struct vhost_virtqueue {
 
        /* vq async features */
        bool            async_registered;
-       uint32_t        async_threshold;
 
        int                     notif_enable;
 #define VIRTIO_UNINITIALIZED_NOTIF     (-1)