mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Delete dead code. NFC.
llvm-svn: 241367
This commit is contained in:
parent
06691d6e5a
commit
8743c61a6d
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user