summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-11-24 09:42:10 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-11-24 09:42:10 +0000
commit066bf6e1b30868e5bc20e3ebdc6b80dfcab659e4 (patch)
tree639ef4ab0c9674b96b4c596a9148ca8ea809618c
parent60a53d5e160b23d44e7c1636223edbfd9a19fb9b (diff)
downloadbcm5719-llvm-066bf6e1b30868e5bc20e3ebdc6b80dfcab659e4.tar.gz
bcm5719-llvm-066bf6e1b30868e5bc20e3ebdc6b80dfcab659e4.zip
[ELF] - Removed unused method. NFC.
llvm-svn: 287860
-rw-r--r--lld/ELF/SyntheticSections.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h
index 45c2d020895..cfdfb03b5c2 100644
--- a/lld/ELF/SyntheticSections.h
+++ b/lld/ELF/SyntheticSections.h
@@ -101,7 +101,6 @@ public:
void addEntry(SymbolBody &Sym, uintX_t Addend, RelExpr Expr);
bool addDynTlsEntry(SymbolBody &Sym);
bool addTlsIndex();
- bool empty() const { return PageEntriesNum == 0 && TlsEntries.empty(); }
uintX_t getPageEntryOffset(uintX_t Addr);
uintX_t getBodyEntryOffset(const SymbolBody &B, uintX_t Addend) const;
uintX_t getGlobalDynOffset(const SymbolBody &B) const;
OpenPOWER on IntegriCloud