mirror of https://github.com/Icinga/icinga2.git
Remove unused UnixWorkerState::Failed
This commit is contained in:
parent
df9008bfc4
commit
3de714489c
|
@ -330,8 +330,7 @@ int RunWorker(const std::vector<std::string>& configs, bool closeConsoleLog = fa
|
|||
enum class UnixWorkerState : uint_fast8_t
|
||||
{
|
||||
Pending,
|
||||
LoadedConfig,
|
||||
Failed
|
||||
LoadedConfig
|
||||
};
|
||||
|
||||
// The signals to block temporarily in StartUnixWorker().
|
||||
|
|
Loading…
Reference in New Issue