Commit 5eb549a0 authored by Rusty Russell's avatar Rusty Russell Committed by Avi Kivity

KVM: Trivial: Remove unused struct cpu_user_regs declaration

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent dea8caee
...@@ -112,8 +112,6 @@ struct x86_emulate_ops { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment