1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

delete commented out code.

llvm-svn: 314941
This commit is contained in:
Adrian Prantl 2017-10-04 22:26:19 +00:00
parent 6419f6461c
commit 55b7ddd894

View 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);