Skip to content

Commit

Permalink
fix: Remove unused fMaxRunRuntimeInS
Browse files Browse the repository at this point in the history
The corresponding config option was already
removed in v1.4.50 (see 5d45d89)
  • Loading branch information
dennisklein committed Mar 1, 2023
1 parent c35d35a commit 5108f69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fairmq/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5108f69

Please sign in to comment.