Skip to content

Commit 2da1b9d

Browse files
authored
Delete unused code in wasmtime-obj (#3179)
I believe this was likely used at some point historically, but nowadays this code isn't used so let's delete it.
1 parent e0c8961 commit 2da1b9d

File tree

5 files changed

+0
-258
lines changed

5 files changed

+0
-258
lines changed

crates/obj/src/context.rs

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

crates/obj/src/data_segment.rs

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

crates/obj/src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@
2323
)]
2424

2525
mod builder;
26-
mod context;
27-
mod data_segment;
28-
mod module;
29-
mod table;
3026

3127
pub use crate::builder::{utils, ObjectBuilder, ObjectBuilderTarget};
32-
pub use crate::module::emit_module;
3328

3429
/// Version number of this crate.
3530
pub const VERSION: &str = env!("CARGO_PKG_VERSION");

crates/obj/src/module.rs

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

crates/obj/src/table.rs

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

0 commit comments

Comments
 (0)