summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/ELF/Chunks.h1
-rw-r--r--lld/ELF/SymbolTable.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/Chunks.h b/lld/ELF/Chunks.h
index d2561f82f47..41a8cc138c2 100644
--- a/lld/ELF/Chunks.h
+++ b/lld/ELF/Chunks.h
@@ -16,7 +16,6 @@
namespace lld {
namespace elf2 {
-class Defined;
template <class ELFT> class ObjectFile;
// A chunk corresponding a section of an input file.
diff --git a/lld/ELF/SymbolTable.h b/lld/ELF/SymbolTable.h
index 874ffef9e02..f108e650e0f 100644
--- a/lld/ELF/SymbolTable.h
+++ b/lld/ELF/SymbolTable.h
@@ -17,7 +17,6 @@
namespace lld {
namespace elf2 {
-class Defined;
struct Symbol;
// SymbolTable is a bucket of all known symbols, including defined,
OpenPOWER on IntegriCloud