IcingaServiceSet: remove legacy resolving methods

They have been used once we had no imports
This commit is contained in:
Thomas Gelf 2016-10-13 08:59:50 +00:00
parent 8a5c111990
commit 6a45d9507d
1 changed files with 0 additions and 20 deletions

View File

@ -146,26 +146,6 @@ class IcingaServiceSet extends IcingaObject
}
}
protected function resolve($what)
{
return array();
}
protected function getResolved($what)
{
return array();
}
protected function getInherited($what)
{
return array();
}
protected function getOrigins($what)
{
return array();
}
public function getRenderingZone(IcingaConfig $config = null)
{
return $this->connection->getDefaultGlobalZoneName();