diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-10-04 22:26:19 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-10-04 22:26:19 +0000 |
commit | 617a007b7c1047002cfa0375e4bfaa189385d0de (patch) | |
tree | 8c0f9c08d6c547aa9a18c13ade74275f981bae1b /llvm/lib/DebugInfo/DWARF/DWARFDie.cpp | |
parent | e0755113fbbc8b407002c5620c47d059cade0a22 (diff) | |
download | bcm5719-llvm-617a007b7c1047002cfa0375e4bfaa189385d0de.tar.gz bcm5719-llvm-617a007b7c1047002cfa0375e4bfaa189385d0de.zip |
delete commented out code.
llvm-svn: 314941
Diffstat (limited to 'llvm/lib/DebugInfo/DWARF/DWARFDie.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/DWARF/DWARFDie.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |