mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
Remove unused sourceloc
This commit is contained in:
@@ -8179,7 +8179,6 @@ impl<'a> FuncGen<'a> {
|
||||
.into_iter()
|
||||
.map(|(offset, code)| TrapInformation {
|
||||
code_offset: offset as u32,
|
||||
source_loc: Default::default(),
|
||||
trap_code: code,
|
||||
})
|
||||
.collect(),
|
||||
|
||||
Reference in New Issue
Block a user