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*>(
|
const DIESubprogram* subProgram = dynamic_cast<const DIESubprogram*>(
|
||||||
entry);
|
entry);
|
||||||
if (subProgram != NULL) {
|
if (subProgram != NULL) {
|
||||||
// TODO: retrieve template parameters
|
|
||||||
generatedName += "(";
|
generatedName += "(";
|
||||||
BString parameters;
|
BString parameters;
|
||||||
DebugInfoEntryList::ConstIterator iterator
|
DebugInfoEntryList::ConstIterator iterator
|
||||||
|
|||||||
Reference in New Issue
Block a user