mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Remove unused variable
This commit is contained in:
parent
e39896df15
commit
09038eeb7c
@ -335,8 +335,6 @@ bool ConfigItem::CommitNewItems(WorkQueue& upq)
|
||||
std::set<String> completed_types;
|
||||
|
||||
while (types.size() != completed_types.size()) {
|
||||
std::set<String> current_types;
|
||||
|
||||
BOOST_FOREACH(const String& type, types) {
|
||||
if (completed_types.find(type) != completed_types.end())
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user