Skip to content

Commit c9f37b4

Browse files
committed
fixup! [host/sandbox/mem_mgr] removes MemMgrWrapper
1 parent 221a167 commit c9f37b4

File tree

1 file changed

+0
-4
lines changed
  • src/hyperlight_host/src/mem

1 file changed

+0
-4
lines changed

src/hyperlight_host/src/mem/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ pub(crate) mod custom_drop;
2121
pub(crate) mod elf;
2222
/// A generic wrapper for executable files (PE, ELF, etc)
2323
pub(crate) mod exe;
24-
/// Functionality to establish a sandbox's memory layout.
25-
pub mod layout;
2624
/// Safe wrapper around an HINSTANCE created by the windows
2725
/// `LoadLibrary` call
2826
#[cfg(target_os = "windows")]
2927
pub(super) mod loaded_lib;
30-
/// memory regions to be mapped inside a vm
31-
pub mod memory_region;
3228
/// Functionality that wraps a `SandboxMemoryLayout` and a
3329
/// `SandboxMemoryConfig` to mutate a sandbox's memory as necessary.
3430
pub mod mgr;

0 commit comments

Comments
 (0)