diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 6746afad6e2..649d1fa4834 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -95,8 +95,6 @@ public: // until Writer is initialized. struct Out { static uint8_t First; - static OutputSection *Bss; - static OutputSection *BssRelRo; static OutputSection *Opd; static uint8_t *OpdBuf; static PhdrEntry *TlsPhdr; |