mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-05 19:29:54 +00:00
delete commented out code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59b282a39e
commit
c09a13ddab
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user