1
0
mirror of https://github.com/cloud-hypervisor/cloud-hypervisor.git synced 2025-03-20 07:58:55 +00:00

hypervisor: drop unused IrqRouting struct from MSHV

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu 2022-07-14 10:20:38 +00:00 committed by Liu Wei
parent a455917db5
commit 02866fccb0

View File

@ -66,7 +66,6 @@ impl fmt::Display for VcpuMshvState {
}
}
pub struct IrqRouting {}
pub struct MpState {}
impl SegmentRegisterOps for SegmentRegister {