From 5108f699b7f0a70898a411c45bff9b2f85cfba58 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 28 Feb 2023 16:51:14 +0100 Subject: [PATCH] fix: Remove unused `fMaxRunRuntimeInS` The corresponding config option was already removed in v1.4.50 (see 5d45d8926947cbc3a1a48e9444b3096af0eae061) --- fairmq/Device.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fairmq/Device.h b/fairmq/Device.h index 0ec5970c..327d0758 100644 --- a/fairmq/Device.h +++ b/fairmq/Device.h @@ -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 fRawCmdLineArgs;