Skip to content

Commit 16dd3c6

Browse files
committed
fixup! Remove old code
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 3c32486 commit 16dd3c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hyperlight_host/src/mem/layout.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,9 +402,6 @@ impl SandboxMemoryLayout {
402402
}
403403

404404
/// Get the offset in guest memory to the start of output data.
405-
///
406-
/// This function exists to accommodate the macro that generates C API
407-
/// compatible functions.
408405
#[instrument(skip_all, parent = Span::current(), level= "Trace")]
409406
#[cfg(test)]
410407
pub(crate) fn get_output_data_offset(&self) -> usize {

0 commit comments

Comments
 (0)