summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Writer.h')
-rw-r--r--lld/ELF/Writer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/ELF/Writer.h b/lld/ELF/Writer.h
index f48f9d1e01b..9c7fbd4b152 100644
--- a/lld/ELF/Writer.h
+++ b/lld/ELF/Writer.h
@@ -45,11 +45,6 @@ struct PhdrEntry {
OutputSection *LastSec = nullptr;
bool HasLMA = false;
- // True if one of the sections in this program header has a LMA specified via
- // linker script: AT(addr). We never allow 2 or more sections with LMA in the
- // same program header.
- bool ASectionHasLMA = false;
-
uint64_t LMAOffset = 0;
};
OpenPOWER on IntegriCloud