Remove unused variable

This commit is contained in:
Gunnar Beutner 2015-03-02 13:13:57 +01:00
parent e39896df15
commit 09038eeb7c
1 changed files with 0 additions and 2 deletions

View File

@ -335,8 +335,6 @@ bool ConfigItem::CommitNewItems(WorkQueue& upq)
std::set<String> completed_types; std::set<String> completed_types;
while (types.size() != completed_types.size()) { while (types.size() != completed_types.size()) {
std::set<String> current_types;
BOOST_FOREACH(const String& type, types) { BOOST_FOREACH(const String& type, types) {
if (completed_types.find(type) != completed_types.end()) if (completed_types.find(type) != completed_types.end())
continue; continue;