From 501d18cf2b287c2e88dee4b24580e1d58e62717f Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 17 Sep 2013 16:55:29 +0200 Subject: [PATCH] Remove obsolete comment. --- lib/ido/servicedbobject.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); - } + } } -- 2.40.0