[ELF] Deleted unused forward declarations. NFC

llvm-svn: 361614
This commit is contained in:
Fangrui Song 2019-05-24 09:25:47 +00:00
parent b4771425f5
commit 7f1ff68a16
2 changed files with 0 additions and 9 deletions

View File

@ -31,7 +31,6 @@ namespace elf {
class Defined;
class InputSection;
class InputSectionBase;
class InputSectionBase;
class OutputSection;
class SectionBase;
class Symbol;

View File

@ -17,14 +17,6 @@
namespace lld {
namespace elf {
class CommonSymbol;
class Defined;
class LazyArchive;
class LazyObject;
class SectionBase;
class SharedSymbol;
class Undefined;
// SymbolTable is a bucket of all known symbols, including defined,
// undefined, or lazy symbols (the last one is symbols in archive
// files whose archive members are not yet loaded).