]> granicus.if.org Git - llvm/commitdiff
delete commented out code.
authorAdrian Prantl <aprantl@apple.com>
Wed, 4 Oct 2017 22:26:19 +0000 (22:26 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 4 Oct 2017 22:26:19 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314941 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARF/DWARFDie.cpp

index a2371038b96f12e0b3962f0669a26821cbf3d7f9..d4c55aa7b56e21bf0be2d20275cdebcb6d3f812c 100644 (file)
@@ -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);