summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/Symbols.h')
-rw-r--r--lld/ELF/Symbols.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h
index 798325e377e..6c95968c8ca 100644
--- a/lld/ELF/Symbols.h
+++ b/lld/ELF/Symbols.h
@@ -167,11 +167,6 @@ public:
return S->kind() == SymbolBody::DefinedCommonKind;
}
- // True if this symbol is not GC'ed. Liveness is usually a notion of
- // input sections and not of symbols, but since common symbols don't
- // belong to any input section, their liveness is managed by this bit.
- bool Live;
-
// The maximum alignment we have seen for this symbol.
uint32_t Alignment;
OpenPOWER on IntegriCloud