Skip to content

Commit 5fb05d5

Browse files
committed
remove dead Pic struct after PIC state machine elimination
The PIC state machine (~130 lines) was eliminated in a1b628e in favor of hardcoded vector 0x20 + no-op PIC port handling. The pic.rs module is now unused and produces 7 dead_code warnings. Remove it. Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent aad8809 commit 5fb05d5

2 files changed

Lines changed: 0 additions & 231 deletions

File tree

src/hyperlight_host/src/hypervisor/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ pub(crate) mod crashdump;
3838

3939
pub(crate) mod hyperlight_vm;
4040

41-
#[cfg(all(feature = "hw-interrupts", any(mshv3, target_os = "windows")))]
42-
pub(crate) mod pic;
43-
4441
use std::fmt::Debug;
4542
#[cfg(any(kvm, mshv3))]
4643
use std::sync::atomic::{AtomicBool, AtomicU8, AtomicU64, Ordering};

src/hyperlight_host/src/hypervisor/pic.rs

Lines changed: 0 additions & 228 deletions
This file was deleted.

0 commit comments

Comments
 (0)