Skip to content

Commit 63b292d

Browse files
committed
fix: remove unused SandboxMemoryLayout import
The GuestCounter constructor now uses scratch_mem directly instead of computing an offset from SandboxMemoryLayout::BASE_ADDRESS. Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent b42ccea commit 63b292d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/hyperlight_host/src/sandbox/uninitialized.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ use crate::func::host_functions::{HostFunction, register_host_function};
2929
use crate::func::{ParameterTuple, SupportedReturnType};
3030
#[cfg(feature = "build-metadata")]
3131
use crate::log_build_details;
32-
#[cfg(feature = "nanvix-unstable")]
33-
use crate::mem::layout::SandboxMemoryLayout;
3432
use crate::mem::memory_region::{DEFAULT_GUEST_BLOB_MEM_FLAGS, MemoryRegionFlags};
3533
use crate::mem::mgr::SandboxMemoryManager;
3634
use crate::mem::shared_mem::ExclusiveSharedMemory;

0 commit comments

Comments
 (0)