diff options
Diffstat (limited to 'lld/ELF/InputSection.h')
-rw-r--r-- | lld/ELF/InputSection.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index d39ee4c6189..0d16bd50d68 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -66,9 +66,6 @@ public: return llvm::makeArrayRef<T>((const T *)Data.data(), S / sizeof(T)); } - // If a section is compressed, this has the uncompressed section data. - std::unique_ptr<uint8_t[]> UncompressedData; - std::vector<Relocation> Relocations; }; |