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.
This commit is contained in:
@@ -71,7 +71,6 @@ DwarfUtils::GetFullDIEName(const DebugInfoEntry* entry, BString& _name)
|
||||
const DIESubprogram* subProgram = dynamic_cast<const DIESubprogram*>(
|
||||
entry);
|
||||
if (subProgram != NULL) {
|
||||
// TODO: retrieve template parameters
|
||||
generatedName += "(";
|
||||
BString parameters;
|
||||
DebugInfoEntryList::ConstIterator iterator
|
||||
|
||||
Reference in New Issue
Block a user