fix: Remove unused fMaxRunRuntimeInS

The corresponding config option was already
removed in v1.4.50 (see 5d45d89269)
This commit is contained in:
Dennis Klein 2023-02-28 16:51:14 +01:00 committed by Dennis Klein
parent c35d35a3c3
commit 5108f699b7

View File

@ -673,8 +673,6 @@ class Device
const tools::Version fVersion; const tools::Version fVersion;
float fRate; ///< Rate limiting for ConditionalRun float fRate; ///< Rate limiting for ConditionalRun
uint64_t fMaxRunRuntimeInS; ///< Maximum runtime for the Running state handler, after which
///< state will change to Ready (in seconds, 0 for no limit).
int fInitializationTimeoutInS; int fInitializationTimeoutInS;
std::vector<std::string> fRawCmdLineArgs; std::vector<std::string> fRawCmdLineArgs;