KVM: ia64: remove unused variable in kvm_release_vm_pages()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 17 Oct 2012 15:03:42 +0000 (23:03 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 26 Oct 2012 20:51:12 +0000 (18:51 -0200)
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)

Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found