]> granicus.if.org Git - icinga2/commitdiff
Remove obsolete comment.
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 17 Sep 2013 14:55:29 +0000 (16:55 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 17 Sep 2013 14:55:29 +0000 (16:55 +0200)
lib/ido/servicedbobject.cpp

index 567bb93648ef5e0090e2994a44581340934c4f59..9cef308af646b49e5ef88fb585e9b51350817089 100644 (file)
@@ -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);
-               }
+       }
 }