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:
Asias He
2011-10-31 22:39:38 +08:00
committed by Will Deacon
parent e3e9e392e8
commit de6aae9ff9
-1
View File
@@ -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;