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:
Rene Gollent
2011-12-09 20:22:12 -05:00
parent 654dc4bfab
commit 9147ed0fd6
-1
View File
@@ -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