ConfigCommand: remove obsolete code

This commit is contained in:
Thomas Gelf 2019-10-16 10:54:11 +02:00
parent 0624720e5d
commit e7cfabfe29
1 changed files with 0 additions and 9 deletions

View File

@ -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()
{
}
}