Remove duplicate variable
Caused by rebasing changes. Also fixed the comment to reflect the current situation.
This commit is contained in:
@ -1505,11 +1505,8 @@ process_config_context(CONFIG_CONTEXT *context)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::set<std::string> monitored_servers;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Process the data and create the services and servers defined
|
* Process the data and create the services defined in the data.
|
||||||
* in the data.
|
|
||||||
*/
|
*/
|
||||||
for (CONFIG_CONTEXT* obj : objects)
|
for (CONFIG_CONTEXT* obj : objects)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user