mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 03:09:11 +02:00
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…
x
Reference in New Issue
Block a user