Remove obsolete comment.

This commit is contained in:
Michael Friedrich 2013-09-17 16:55:29 +02:00
parent 2379a37011
commit 501d18cf2b
1 changed files with 1 additions and 2 deletions

View 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);
}
}
}