tools/reduce: Remove unused variable detected by cppcheck

[reduce.cpp:475]: (style) Variable 'decl' is assigned a value that is never used.
This commit is contained in:
Thomas Jarosch 2013-01-03 21:38:47 +01:00
parent 7417144784
commit 4a2d2f78ef
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ static bool cleanupStatements(const ReduceSettings &settings, std::vector<std::s
{
bool changed = false;
bool decl = true;
for (std::size_t i = 0; i < filedata.size(); ++i) {
std::string line = filedata[i];
if (line.empty())