Skip to content

Commit b443325

Browse files
committed
WIP: kani proofs
Signed-off-by: Babis Chalios <[email protected]>
1 parent 3e51d60 commit b443325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vmm/src/arch/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ pub use crate::arch::x86_64::{
5151
layout::PCI_MMIO_CONFIG_SIZE_PER_SEGMENT, layout::SYSTEM_MEM_SIZE, layout::SYSTEM_MEM_START,
5252
load_kernel,
5353
};
54-
use crate::utils::u64_to_usize;
5554

5655
/// Types of devices that can get attached to this platform.
5756
#[derive(Clone, Debug, PartialEq, Eq, Hash, Copy, Serialize, Deserialize)]

0 commit comments

Comments
 (0)