From: Marcelo Tosatti Date: Thu, 30 Aug 2012 20:45:54 +0000 (-0300) Subject: KVM: x86: remove unused variable from kvm_task_switch() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9a7819774e4236e8736a074b7e85276967911924;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git KVM: x86: remove unused variable from kvm_task_switch() Signed-off-by: Marcelo Tosatti --- diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e00050ce7a6a..20f2266dfb64 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -5714,7 +5714,6 @@ int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, { struct x86_emulate_ctxt *ctxt = &vcpu->arch.emulate_ctxt; int ret; - unsigned reg; init_emulate_ctxt(vcpu);