diff options
-rw-r--r-- | lld/ELF/SyntheticSections.h | 1 |
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; |