[llvm] r314941 - delete commented out code.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 4 15:26:19 PDT 2017
Author: adrian
Date: Wed Oct 4 15:26:19 2017
New Revision: 314941
URL: http://llvm.org/viewvc/llvm-project?rev=314941&view=rev
Log:
delete commented out code.
Modified:
llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
Modified: llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp?rev=314941&r1=314940&r2=314941&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARF/DWARFDie.cpp Wed Oct 4 15:26:19 2017
@@ -384,8 +384,6 @@ void DWARFDie::dump(raw_ostream &OS, uns
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);
More information about the llvm-commits
mailing list