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
parent 4a612ba9a7
commit 805c1b6298

View File

@@ -673,8 +673,6 @@ class Device
const tools::Version fVersion;
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;
std::vector<std::string> fRawCmdLineArgs;