fix travis, remove unused variable

This commit is contained in:
Daniel Marjamäki 2015-10-18 17:19:44 +02:00
parent 8667184f12
commit 5d12471caa
1 changed files with 0 additions and 2 deletions

View File

@ -9812,8 +9812,6 @@ void Tokenizer::removeUnnecessaryQualification()
if (isC())
return;
const bool portabilityEnabled = _settings->isEnabled("portability");
std::vector<Space> classInfo;
for (Token *tok = list.front(); tok; tok = tok->next()) {
if (Token::Match(tok, "class|struct|namespace %type% :|{") &&