Clean up copypasta.
This commit is contained in:
@@ -58,7 +58,6 @@ pub trait RelocSink {
|
|||||||
/// current offset.
|
/// current offset.
|
||||||
fn reloc_globalsym(&mut self, CodeOffset, Reloc, GlobalVar);
|
fn reloc_globalsym(&mut self, CodeOffset, Reloc, GlobalVar);
|
||||||
|
|
||||||
/// Add a relocation referencing a jump table.
|
|
||||||
/// Add a relocation referencing a jump table.
|
/// Add a relocation referencing a jump table.
|
||||||
fn reloc_jt(&mut self, CodeOffset, Reloc, JumpTable);
|
fn reloc_jt(&mut self, CodeOffset, Reloc, JumpTable);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user