From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: ia64: remove unused variable in kvm_release_vm_pages() Date: Fri, 26 Oct 2012 18:51:31 -0200 Message-ID: <20121026205131.GC4991@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, xiantao.zhang@intel.com, tony.luck@intel.com, fenghua.yu@intel.com, yongjun_wei@trendmicro.com.cn, kvm@vger.kernel.org, kvm-ia64@vger.kernel.org, linux-ia64@vger.kernel.org To: Wei Yongjun Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-ia64-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Oct 17, 2012 at 11:03:42PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > The variable base_gfn is initialized but never used > otherwise, so remove the unused variable. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei Yongjun > --- > arch/ia64/kvm/kvm-ia64.c | 2 -- > 1 file changed, 2 deletions(-) Applied, thanks.