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

@@ -10,8 +10,6 @@ use wasmer_vm::TrapCode;
pub struct TrapInformation {
/// The offset of the trapping instruction in native code. It is relative to the beginning of the function.
pub code_offset: CodeOffset,
/// Location of trapping instruction in WebAssembly binary module.
pub source_loc: SourceLoc,
/// Code of the trap.
pub trap_code: TrapCode,
}