mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaObject: remove unused code
This commit is contained in:
parent
a9f5f2140b
commit
e02b283157
@ -1642,15 +1642,8 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
if ($ret !== '') {
|
||||
$ret .= "\n";
|
||||
}
|
||||
|
||||
return $ret;
|
||||
|
||||
|
||||
// TODO: parent_host ORDERed by weigth...
|
||||
if ($this->supportsImports()) {
|
||||
return $this->imports()->toConfigString();
|
||||
} else {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
protected function renderLegacyImports()
|
||||
|
Loading…
x
Reference in New Issue
Block a user