mirror of https://github.com/Icinga/icinga2.git
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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue