mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
[ELF] Deleted unused forward declarations. NFC
llvm-svn: 361614
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user