IcingaServiceSet: remove legacy resolving methods
They have been used once we had no imports
This commit is contained in:
parent
8a5c111990
commit
6a45d9507d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue