diff --git a/hypervisor/src/mshv/x86_64/mod.rs b/hypervisor/src/mshv/x86_64/mod.rs index 76e3dccf8..63f235c2a 100644 --- a/hypervisor/src/mshv/x86_64/mod.rs +++ b/hypervisor/src/mshv/x86_64/mod.rs @@ -66,7 +66,6 @@ impl fmt::Display for VcpuMshvState { } } -pub struct IrqRouting {} pub struct MpState {} impl SegmentRegisterOps for SegmentRegister {