Skip to content

Commit

Permalink
KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
Browse files Browse the repository at this point in the history
Delete an unused struct definition in x86_64/vmx_tsc_adjust_test.c.

Signed-off-by: Sean Christopherson <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
sean-jc authored and bonzini committed Dec 27, 2022
1 parent e779fd5 commit 73441ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ enum {
NUM_VMX_PAGES,
};

struct kvm_single_msr {
struct kvm_msrs header;
struct kvm_msr_entry entry;
} __attribute__((packed));

/* The virtual machine object. */
static struct kvm_vm *vm;

Expand Down

0 comments on commit 73441ef

Please sign in to comment.