diff --git a/application/clicommands/ConfigCommand.php b/application/clicommands/ConfigCommand.php index 3ce3bb80..031ef425 100644 --- a/application/clicommands/ConfigCommand.php +++ b/application/clicommands/ConfigCommand.php @@ -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() - { - } }