Skip to content

Commit 4d3d48a

Browse files
committed
remove unused DEFAULT_MEMORY_INDEX constant
1 parent 3085cb1 commit 4d3d48a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/wasmi/src/module/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ impl ModuleHeader {
152152
}
153153
}
154154

155-
/// The index of the default Wasm linear memory.
156-
pub(crate) const DEFAULT_MEMORY_INDEX: u32 = 0;
157-
158155
/// An imported item declaration in the [`Module`].
159156
#[derive(Debug)]
160157
pub enum Imported {

0 commit comments

Comments
 (0)