Remove unused sourceloc

This commit is contained in:
Syrus
2020-10-28 13:01:18 -07:00
parent eec90e7940
commit 73e502ecc5
3 changed files with 1 additions and 5 deletions

View File

@@ -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(),