diff options
-rw-r--r-- | lld/ELF/OutputSections.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 7a3b91ff16f..ee0a5252c45 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -23,9 +23,6 @@ namespace elf { class SymbolBody; struct EhSectionPiece; -template <class ELFT> class SymbolTable; -template <class ELFT> class SymbolTableSection; -template <class ELFT> class StringTableSection; template <class ELFT> class EhInputSection; template <class ELFT> class InputSection; template <class ELFT> class InputSectionBase; |