Skip to content

Commit 6a45883

Browse files
committed
chore: get rid of uhyve_interace::elf
The code was moved to hermit-entry in hermit-os/hermit-entry#64
1 parent c48c74f commit 6a45883

2 files changed

Lines changed: 0 additions & 48 deletions

File tree

uhyve-interface/src/elf.rs

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

uhyve-interface/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// TODO: Throw this out, once https://github.com/rust-lang/rfcs/issues/2783 or https://github.com/rust-lang/rust/issues/86772 is resolved
1313
use num_enum::TryFromPrimitive;
1414

15-
pub mod elf;
1615
pub mod parameters;
1716

1817
pub use memory_addresses::{PhysAddr as GuestPhysAddr, VirtAddr as GuestVirtAddr};

0 commit comments

Comments
 (0)