Clean up copypasta.

This commit is contained in:
Dan Gohman
2017-10-31 12:19:58 -07:00
parent 9c54c3fff0
commit 149a41a684

View File

@@ -58,7 +58,6 @@ pub trait RelocSink {
/// current offset.
fn reloc_globalsym(&mut self, CodeOffset, Reloc, GlobalVar);
/// Add a relocation referencing a jump table.
/// Add a relocation referencing a jump table.
fn reloc_jt(&mut self, CodeOffset, Reloc, JumpTable);
}