mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 06:34:42 +02:00
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
|
enum class UnixWorkerState : uint_fast8_t
|
||||||
{
|
{
|
||||||
Pending,
|
Pending,
|
||||||
LoadedConfig,
|
LoadedConfig
|
||||||
Failed
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// The signals to block temporarily in StartUnixWorker().
|
// The signals to block temporarily in StartUnixWorker().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user