templatesimplifier: Removed redundant local string variable. (#1041)

This commit is contained in:
orbitcowboy 2018-01-20 22:26:48 +01:00 committed by Daniel Marjamäki
parent bf201328d1
commit ec0cc4e29c
1 changed files with 0 additions and 3 deletions

View File

@ -1516,9 +1516,6 @@ bool TemplateSimplifier::simplifyTemplateInstantiations(
return false;
}
// name of template function/class..
const std::string name(tok->strAt(namepos));
const bool isfunc(tok->strAt(namepos + 1) == "(");
// locate template usage..