[ELF][Cleanup] Remove unused function

We can add this function when we really have a need.

llvm-svn: 228907
This commit is contained in:
Shankar Easwaran 2015-02-12 05:29:50 +00:00
parent 2df0c3efd6
commit 5c094b8751
1 changed files with 0 additions and 4 deletions

View File

@ -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; }