Remove unused variables

This commit is contained in:
Jean-Marc Lasgouttes 2017-12-08 12:16:51 +01:00
parent 95bcff9924
commit 0d6a38f3d4

View File

@ -3025,9 +3025,6 @@ void Buffer::markDirty()
}
d->bak_clean = false;
DepClean::iterator it = d->dep_clean.begin();
DepClean::const_iterator const end = d->dep_clean.end();
for (auto & depit : d->dep_clean)
depit.second = false;
}