forked from OSchip/llvm-project
[ELF] Deleted unused forward declarations. NFC
llvm-svn: 361614
This commit is contained in:
parent
b4771425f5
commit
7f1ff68a16
|
@ -31,7 +31,6 @@ namespace elf {
|
|||
class Defined;
|
||||
class InputSection;
|
||||
class InputSectionBase;
|
||||
class InputSectionBase;
|
||||
class OutputSection;
|
||||
class SectionBase;
|
||||
class Symbol;
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue