mirror of https://github.com/Icinga/icinga2.git
Remove obsolete comment.
This commit is contained in:
parent
2379a37011
commit
501d18cf2b
|
@ -577,7 +577,6 @@ void ServiceDbObject::RemoveDowntime(const Service::Ptr& service, const Dictiona
|
||||||
|
|
||||||
void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Dictionary::Ptr& downtime)
|
void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Dictionary::Ptr& downtime)
|
||||||
{
|
{
|
||||||
/* TODO: implement */
|
|
||||||
Host::Ptr host = service->GetHost();
|
Host::Ptr host = service->GetHost();
|
||||||
|
|
||||||
if (!host)
|
if (!host)
|
||||||
|
|
Loading…
Reference in New Issue