diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-22 17:36:54 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-02-22 17:38:28 +0100 |
commit | 87591efc203533a15c2e08d0fdbea7f7fdfd6e18 (patch) | |
tree | b333d4624afeba55b223d2ae214ac2920d2fdea0 | |
parent | e9a660b0b00352ab02fbc78f858881d88a6c2d38 (diff) | |
download | justbuild-87591efc203533a15c2e08d0fdbea7f7fdfd6e18.tar.gz |
just-mr/cli.hpp: remove unused constant
-rw-r--r-- | src/other_tools/just_mr/cli.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |