[lld] r287218 - [ELF] Remove unneeded forward declarations. NFC.
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 17 02:34:06 PST 2016
Author: evgeny777
Date: Thu Nov 17 04:34:05 2016
New Revision: 287218
URL: http://llvm.org/viewvc/llvm-project?rev=287218&view=rev
Log:
[ELF] Remove unneeded forward declarations. NFC.
Modified:
lld/trunk/ELF/OutputSections.h
Modified: lld/trunk/ELF/OutputSections.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/OutputSections.h?rev=287218&r1=287217&r2=287218&view=diff
==============================================================================
--- lld/trunk/ELF/OutputSections.h (original)
+++ lld/trunk/ELF/OutputSections.h Thu Nov 17 04:34:05 2016
@@ -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;
More information about the llvm-commits
mailing list