From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: [PATCH 1/5] kvm tools: Drop unused variable in struct uip_buf Date: Mon, 31 Oct 2011 22:39:38 +0800 Message-ID: <1320071982-21560-1-git-send-email-asias.hejun@gmail.com> Cc: Cyrill Gorcunov , Ingo Molnar , Sasha Levin , kvm@vger.kernel.org, Asias He To: Pekka Enberg Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:61867 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932466Ab1JaOkp (ORCPT ); Mon, 31 Oct 2011 10:40:45 -0400 Received: by iaby12 with SMTP id y12so7240414iab.19 for ; Mon, 31 Oct 2011 07:40:45 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: 'u32 payload' is not used, so drop it. Signed-off-by: Asias He --- tools/kvm/include/kvm/uip.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tools/kvm/include/kvm/uip.h b/tools/kvm/include/kvm/uip.h index 3501d36..bded986 100644 --- a/tools/kvm/include/kvm/uip.h +++ b/tools/kvm/include/kvm/uip.h @@ -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; -- 1.7.7.1