Remove unused UnixWorkerState::Failed

This commit is contained in:
Alexander A. Klimov 2022-09-07 12:08:33 +02:00
parent df9008bfc4
commit 3de714489c
1 changed files with 1 additions and 2 deletions

View File

@ -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().