summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2017-10-04 22:26:19 +0000
committerAdrian Prantl <aprantl@apple.com>2017-10-04 22:26:19 +0000
commitc09a13ddab24d25ab80e8f09c21c8d37ac5e7aad (patch)
tree1f59c553a7773d9a318d2e6d464ca3fd4ccc0efb /lib/DebugInfo
parent59b282a39e473b91a771166da59ea6d7188bced9 (diff)
delete commented out code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r--lib/DebugInfo/DWARF/DWARFDie.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/DebugInfo/DWARF/DWARFDie.cpp b/lib/DebugInfo/DWARF/DWARFDie.cpp
index a2371038b96..d4c55aa7b56 100644
--- a/lib/DebugInfo/DWARF/DWARFDie.cpp
+++ b/lib/DebugInfo/DWARF/DWARFDie.cpp
@@ -384,8 +384,6 @@ void DWARFDie::dump(raw_ostream &OS, unsigned Indent,
DWARFDataExtractor debug_info_data = U->getDebugInfoExtractor();
const uint32_t Offset = getOffset();
uint32_t offset = Offset;
- // if (DumpOpts.ShowChildren && DumpOpts.RecurseDepth)
- // DumpOpts.RecurseDepth++;
if (DumpOpts.ShowParents) {
DumpOpts.ShowParents = false;
Indent = dumpParentChain(getParent(), OS, Indent, DumpOpts);