aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h')
-rw-r--r--llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h b/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
index a6310bcb5df1..afba19ac7d42 100644
--- a/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
+++ b/llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
@@ -148,9 +148,6 @@ public:
return LocationAttributes;
}
- void setHasInterestingContent() { HasInterestingContent = true; }
- bool hasInterestingContent() { return HasInterestingContent; }
-
/// Mark every DIE in this unit as kept. This function also
/// marks variables as InDebugMap so that they appear in the
/// reconstructed accelerator tables.
@@ -298,9 +295,6 @@ private:
/// Is this unit subject to the ODR rule?
bool HasODR;
- /// Did a DIE actually contain a valid reloc?
- bool HasInterestingContent;
-
/// The DW_AT_language of this unit.
uint16_t Language = 0;