From 4b84a9041acf2cb8cb12fba8959230ffd2329213 Mon Sep 17 00:00:00 2001 From: Eugene Leviant Date: Thu, 17 Nov 2016 10:34:05 +0000 Subject: [PATCH] [ELF] Remove unneeded forward declarations. NFC. llvm-svn: 287218 --- lld/ELF/OutputSections.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 7a3b91f..ee0a525 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -23,9 +23,6 @@ namespace elf { class SymbolBody; struct EhSectionPiece; -template class SymbolTable; -template class SymbolTableSection; -template class StringTableSection; template class EhInputSection; template class InputSection; template class InputSectionBase; -- 2.7.4