Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a781977 authored by Marcelo Tosatti's avatar Marcelo Tosatti
Browse files

KVM: x86: remove unused variable from kvm_task_switch()

parent a81aba14
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);