From: Xiaolong Ye Date: Sat, 7 Mar 2020 13:22:35 +0000 (+0800) Subject: vhost: remove unused variable X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb;p=dpdk.git vhost: remove unused variable VHOST_FEATURES has been removed in previous refactoring. Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features") Cc: stable@dpdk.org Signed-off-by: Xiaolong Ye Reviewed-by: Maxime Coquelin --- diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h index 2087d1400e..507dbf2147 100644 --- a/lib/librte_vhost/vhost.h +++ b/lib/librte_vhost/vhost.h @@ -543,7 +543,6 @@ extern int vhost_data_log_level; #define PRINT_PACKET(device, addr, size, header) do {} while (0) #endif -extern uint64_t VHOST_FEATURES; #define MAX_VHOST_DEVICE 1024 extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE];