ConfigCommand: remove obsolete code
This commit is contained in:
parent
0624720e5d
commit
e7cfabfe29
|
@ -5,7 +5,6 @@ namespace Icinga\Module\Director\Clicommands;
|
|||
use Icinga\Application\Benchmark;
|
||||
use Icinga\Module\Director\Cli\Command;
|
||||
use Icinga\Module\Director\IcingaConfig\IcingaConfig;
|
||||
use Icinga\Module\Director\Util;
|
||||
|
||||
/**
|
||||
* Generate, show and deploy Icinga 2 configuration
|
||||
|
@ -120,12 +119,4 @@ class ConfigCommand extends Command
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
public function filesAction()
|
||||
{
|
||||
}
|
||||
|
||||
public function fileAction()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue