From: Michael Friedrich Date: Tue, 17 Sep 2013 14:55:29 +0000 (+0200) Subject: Remove obsolete comment. X-Git-Tag: v0.0.3~488 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=501d18cf2b287c2e88dee4b24580e1d58e62717f;p=icinga2 Remove obsolete comment. --- diff --git a/lib/ido/servicedbobject.cpp b/lib/ido/servicedbobject.cpp index 567bb9364..9cef308af 100644 --- a/lib/ido/servicedbobject.cpp +++ b/lib/ido/servicedbobject.cpp @@ -577,7 +577,6 @@ void ServiceDbObject::RemoveDowntime(const Service::Ptr& service, const Dictiona void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Dictionary::Ptr& downtime) { - /* TODO: implement */ Host::Ptr host = service->GetHost(); if (!host) @@ -632,5 +631,5 @@ void ServiceDbObject::TriggerDowntime(const Service::Ptr& service, const Diction query2.Fields = fields2; OnQuery(query2); - } + } }