fix travis, remove unused variable
This commit is contained in:
parent
8667184f12
commit
5d12471caa
|
@ -9812,8 +9812,6 @@ void Tokenizer::removeUnnecessaryQualification()
|
||||||
if (isC())
|
if (isC())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
const bool portabilityEnabled = _settings->isEnabled("portability");
|
|
||||||
|
|
||||||
std::vector<Space> classInfo;
|
std::vector<Space> classInfo;
|
||||||
for (Token *tok = list.front(); tok; tok = tok->next()) {
|
for (Token *tok = list.front(); tok; tok = tok->next()) {
|
||||||
if (Token::Match(tok, "class|struct|namespace %type% :|{") &&
|
if (Token::Match(tok, "class|struct|namespace %type% :|{") &&
|
||||||
|
|
Loading…
Reference in New Issue