From 6a45d9507dbcee6d1748665ede2c4d5915d44856 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 13 Oct 2016 08:59:50 +0000 Subject: [PATCH] IcingaServiceSet: remove legacy resolving methods They have been used once we had no imports --- library/Director/Objects/IcingaServiceSet.php | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/library/Director/Objects/IcingaServiceSet.php b/library/Director/Objects/IcingaServiceSet.php index 4e40741f..1aa86214 100644 --- a/library/Director/Objects/IcingaServiceSet.php +++ b/library/Director/Objects/IcingaServiceSet.php @@ -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();