forked from OSchip/llvm-project
[ELF][Cleanup] Remove unused function
We can add this function when we really have a need. llvm-svn: 228907
This commit is contained in:
parent
2df0c3efd6
commit
5c094b8751
|
@ -258,10 +258,6 @@ public:
|
|||
|
||||
inline ELFHeader<ELFT> *getHeader() { return _elfHeader; }
|
||||
|
||||
inline ProgramHeader<ELFT> *getProgramHeader() {
|
||||
return _programHeader;
|
||||
}
|
||||
|
||||
bool hasDynamicRelocationTable() const { return !!_dynamicRelocationTable; }
|
||||
|
||||
bool hasPLTRelocationTable() const { return !!_pltRelocationTable; }
|
||||
|
|
Loading…
Reference in New Issue