From 09038eeb7c29988094f87125c41f02f1bfae3445 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 2 Mar 2015 13:13:57 +0100 Subject: [PATCH] Remove unused variable --- lib/config/configitem.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/config/configitem.cpp b/lib/config/configitem.cpp index 6cb4c8ae8..8b73b66b9 100644 --- a/lib/config/configitem.cpp +++ b/lib/config/configitem.cpp @@ -335,8 +335,6 @@ bool ConfigItem::CommitNewItems(WorkQueue& upq) std::set completed_types; while (types.size() != completed_types.size()) { - std::set current_types; - BOOST_FOREACH(const String& type, types) { if (completed_types.find(type) != completed_types.end()) continue; -- 2.40.0