mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 22:25:40 +00:00
Merge #392
392: Remove unused function memory_offset_addr r=syrusakbary a=bjfish Co-authored-by: Brandon Fish <brandon.j.fish@gmail.com>
This commit is contained in:
commit
e86e542da7
@ -657,10 +657,3 @@ impl<'a> DynFunc<'a> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[doc(hidden)]
|
|
||||||
impl Instance {
|
|
||||||
pub fn memory_offset_addr(&self, _: u32, _: usize) -> *const u8 {
|
|
||||||
unimplemented!()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user