diff options
Diffstat (limited to 'lld/ELF/Chunks.h')
-rw-r--r-- | lld/ELF/Chunks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/ELF/Chunks.h b/lld/ELF/Chunks.h index db205dbdf81..286fa20b331 100644 --- a/lld/ELF/Chunks.h +++ b/lld/ELF/Chunks.h @@ -18,7 +18,6 @@ namespace elf2 { class Defined; template <class ELFT> class ObjectFile; -class OutputSection; // A Chunk represents a chunk of data that will occupy space in the // output (if the resolver chose that). It may or may not be backed by |