Remove reloc_constant
It is no longer used by the new backends
This commit is contained in:
@@ -66,8 +66,6 @@ impl CodeSink for TestCodeSink {
|
||||
) {
|
||||
}
|
||||
|
||||
fn reloc_constant(&mut self, _rel: Reloc, _constant_offset: ConstantOffset) {}
|
||||
|
||||
fn trap(&mut self, _code: TrapCode, _srcloc: SourceLoc) {}
|
||||
|
||||
fn begin_jumptables(&mut self) {}
|
||||
|
||||
Reference in New Issue
Block a user