Skip to content

Commit 8154f2d

Browse files
committed
Remove old snapshot struct
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent d28c9c6 commit 8154f2d

File tree

2 files changed

+0
-107
lines changed

2 files changed

+0
-107
lines changed

src/hyperlight_host/src/mem/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ pub mod ptr_offset;
4343
/// A wrapper around unsafe functionality to create and initialize
4444
/// a memory region for a guest running in a sandbox.
4545
pub mod shared_mem;
46-
/// A wrapper around a `SharedMemory` and a snapshot in time
47-
/// of the memory therein
48-
pub mod shared_mem_snapshot;
4946
/// Utilities for writing shared memory tests
5047
#[cfg(test)]
5148
pub(crate) mod shared_mem_tests;

src/hyperlight_host/src/mem/shared_mem_snapshot.rs

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

0 commit comments

Comments
 (0)