From 617a007b7c1047002cfa0375e4bfaa189385d0de Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 4 Oct 2017 22:26:19 +0000 Subject: delete commented out code. llvm-svn: 314941 --- llvm/lib/DebugInfo/DWARF/DWARFDie.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/DebugInfo/DWARF/DWARFDie.cpp') diff --git a/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp b/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp index a2371038b96..d4c55aa7b56 100644 --- a/llvm/lib/DebugInfo/DWARF/DWARFDie.cpp +++ b/llvm/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); -- cgit v1.2.3