KVM: Trivial: Remove unused struct cpu_user_regs declaration
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
committed by
Avi Kivity
parent
dea8caee7b
commit
5eb549a085
@@ -112,8 +112,6 @@ struct x86_emulate_ops {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cpu_user_regs;
|
|
||||||
|
|
||||||
struct x86_emulate_ctxt {
|
struct x86_emulate_ctxt {
|
||||||
/* Register state before/after emulation. */
|
/* Register state before/after emulation. */
|
||||||
struct kvm_vcpu *vcpu;
|
struct kvm_vcpu *vcpu;
|
||||||
|
Reference in New Issue
Block a user