From 02866fccb02157cd9e225db8df446456f352e896 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 14 Jul 2022 10:20:38 +0000 Subject: [PATCH] hypervisor: drop unused IrqRouting struct from MSHV Signed-off-by: Wei Liu --- hypervisor/src/mshv/x86_64/mod.rs | 1 - 1 file changed, 1 deletion(-) 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 {