]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Drop unused variable in struct uip_buf
authorAsias He <asias.hejun@gmail.com>
Mon, 31 Oct 2011 14:39:38 +0000 (22:39 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 31 Oct 2011 16:41:03 +0000 (18:41 +0200)
'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>
tools/kvm/include/kvm/uip.h

index 3501d36106b5cdf900c05795ae2d5610077ae791..bded986569dc5a79b54eb41e1732f3eec6358aee 100644 (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;