templatesimplifier: Removed redundant local string variable. (#1041)
This commit is contained in:
parent
bf201328d1
commit
ec0cc4e29c
|
@ -1516,9 +1516,6 @@ bool TemplateSimplifier::simplifyTemplateInstantiations(
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// name of template function/class..
|
|
||||||
const std::string name(tok->strAt(namepos));
|
|
||||||
|
|
||||||
const bool isfunc(tok->strAt(namepos + 1) == "(");
|
const bool isfunc(tok->strAt(namepos + 1) == "(");
|
||||||
|
|
||||||
// locate template usage..
|
// locate template usage..
|
||||||
|
|
Loading…
Reference in New Issue