Delete dead code. NFC.

llvm-svn: 241367
This commit is contained in:
Benjamin Kramer 2015-07-03 19:10:09 +00:00
parent ed067c45d4
commit e473012975
1 changed files with 0 additions and 5 deletions

View File

@ -275,11 +275,6 @@ protected:
return DRI;
}
Elf_Dyn_Iter toELFDynIter(DataRefImpl Dyn) const {
return Elf_Dyn_Iter(EF.begin_dynamic_table().getEntSize(),
reinterpret_cast<const char *>(Dyn.p));
}
DataRefImpl toDRI(Elf_Dyn_Iter Dyn) const {
DataRefImpl DRI;
DRI.p = reinterpret_cast<uintptr_t>(Dyn.get());