Remove duplicate variable

Caused by rebasing changes. Also fixed the comment to reflect the current
situation.
This commit is contained in:
Markus Mäkelä
2018-08-01 15:06:07 +03:00
parent a0b0f7993e
commit 47c89d5b89

View File

@ -1505,11 +1505,8 @@ process_config_context(CONFIG_CONTEXT *context)
return false;
}
std::set<std::string> monitored_servers;
/**
* Process the data and create the services and servers defined
* in the data.
* Process the data and create the services defined in the data.
*/
for (CONFIG_CONTEXT* obj : objects)
{