diff options
Diffstat (limited to 'lld/ELF/SyntheticSections.h')
-rw-r--r-- | lld/ELF/SyntheticSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/SyntheticSections.h b/lld/ELF/SyntheticSections.h index 68d5227fca2..662c241cabc 100644 --- a/lld/ELF/SyntheticSections.h +++ b/lld/ELF/SyntheticSections.h @@ -424,8 +424,6 @@ public: ArrayRef<SymbolTableEntry> getSymbols() const { return Symbols; } - static const OutputSection *getOutputSection(SymbolBody *Sym); - private: // A vector of symbols and their string table offsets. std::vector<SymbolTableEntry> Symbols; |