[ELF] - Removed unused dummy methods. NFC.

llvm-svn: 312233
This commit is contained in:
George Rimar 2017-08-31 11:05:38 +00:00
parent 7097b4d22d
commit b08c249a4b
1 changed files with 0 additions and 2 deletions

View File

@ -487,8 +487,6 @@ public:
template <class ELFT> void addEntry(SymbolBody &Sym);
private:
void writeHeader(uint8_t *Buf){};
void addHeaderSymbols(){};
unsigned getPltRelocOff() const;
std::vector<std::pair<const SymbolBody *, unsigned>> Entries;
// Iplt always has HeaderSize of 0, the Plt HeaderSize is always non-zero