diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 72d3ccfeaf9..01ffc95207a 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -136,7 +136,6 @@ public: OutputSectionFactory(std::vector<OutputSection *> &OutputSections); ~OutputSectionFactory(); - template <class ELFT> void addInputSec(InputSectionBase *IS, StringRef OutsecName); private: |