mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Delete dead code. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5954faae4d
commit
c9a5964ea2
@ -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