summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/COFF/Writer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/Writer.cpp b/lld/COFF/Writer.cpp
index c7692bbf0c9..6ee77001d7c 100644
--- a/lld/COFF/Writer.cpp
+++ b/lld/COFF/Writer.cpp
@@ -89,7 +89,6 @@ private:
EdataContents Edata;
std::unique_ptr<SEHTableChunk> SEHTable;
- bool Is64;
uint64_t FileSize;
uint32_t PointerToSymbolTable = 0;
uint64_t SizeOfImage;
OpenPOWER on IntegriCloud