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…
Reference in New Issue