mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-21 04:46:51 +00:00
kvm tools: Drop unused variable in struct uip_buf
'u32 payload' is not used, so drop it. Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -209,7 +209,6 @@ struct uip_info {
|
||||
struct uip_buf {
|
||||
struct list_head list;
|
||||
struct uip_info *info;
|
||||
u32 payload;
|
||||
int vnet_len;
|
||||
int eth_len;
|
||||
int status;
|
||||
|
||||
Reference in New Issue
Block a user