From 87591efc203533a15c2e08d0fdbea7f7fdfd6e18 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 22 Feb 2023 17:36:54 +0100 Subject: just-mr/cli.hpp: remove unused constant --- src/other_tools/just_mr/cli.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp index 2f1e2d92..30a9032b 100644 --- a/src/other_tools/just_mr/cli.hpp +++ b/src/other_tools/just_mr/cli.hpp @@ -30,7 +30,6 @@ #include "src/other_tools/just_mr/utils.hpp" constexpr auto kDefaultLogLevel = LogLevel::Progress; -constexpr auto kDefaultTimeout = std::chrono::milliseconds{300000}; /// \brief Arguments common to all just-mr subcommands struct MultiRepoCommonArguments { -- cgit v1.2.3