From 600528434be52e383d280b9376709459724f2234 Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 17 Aug 2023 01:37:53 +0200 Subject: [PATCH] nope. --- hbvm/src/mem/softpaging/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbvm/src/mem/softpaging/mod.rs b/hbvm/src/mem/softpaging/mod.rs index db06a4e..6ed66dc 100644 --- a/hbvm/src/mem/softpaging/mod.rs +++ b/hbvm/src/mem/softpaging/mod.rs @@ -10,13 +10,11 @@ pub mod mapping; use { crate::{LoadError, Memory, MemoryAccessReason, StoreError}, - core::slice::SliceIndex, lookup::{AddrPageLookupError, AddrPageLookupOk, AddrPageLookuper}, paging::{PageTable, Permission}, }; /// HoleyBytes software paged memory -#[deprecated = "Use platform-specific memory implementation"] #[derive(Clone, Debug)] pub struct SoftPagedMem<'p, PfH> { /// Root page table