From 9147ed0fd6fe8fc153e959f1d2796380d756e10e Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 9 Dec 2011 20:22:12 -0500 Subject: [PATCH] Remove obsolete TODO. At least as far as I can tell, the template parameters are actually exported as part of the DIESubprogram name itself, and don't need to be separately retrieved. --- src/apps/debugger/dwarf/DwarfUtils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/debugger/dwarf/DwarfUtils.cpp b/src/apps/debugger/dwarf/DwarfUtils.cpp index ada2bed028..3b6f1d7797 100644 --- a/src/apps/debugger/dwarf/DwarfUtils.cpp +++ b/src/apps/debugger/dwarf/DwarfUtils.cpp @@ -71,7 +71,6 @@ DwarfUtils::GetFullDIEName(const DebugInfoEntry* entry, BString& _name) const DIESubprogram* subProgram = dynamic_cast( entry); if (subProgram != NULL) { - // TODO: retrieve template parameters generatedName += "("; BString parameters; DebugInfoEntryList::ConstIterator iterator