[lld] r312233 - [ELF] - Removed unused dummy methods. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 04:05:38 PDT 2017
Author: grimar
Date: Thu Aug 31 04:05:38 2017
New Revision: 312233
URL: http://llvm.org/viewvc/llvm-project?rev=312233&view=rev
Log:
[ELF] - Removed unused dummy methods. NFC.
Modified:
lld/trunk/ELF/SyntheticSections.h
Modified: lld/trunk/ELF/SyntheticSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/SyntheticSections.h?rev=312233&r1=312232&r2=312233&view=diff
==============================================================================
--- lld/trunk/ELF/SyntheticSections.h (original)
+++ lld/trunk/ELF/SyntheticSections.h Thu Aug 31 04:05:38 2017
@@ -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
More information about the llvm-commits
mailing list