summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/executor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_engine/executor/executor.hpp')
-rw-r--r--src/buildtool/execution_engine/executor/executor.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp
index a25958b2..63ab96ba 100644
--- a/src/buildtool/execution_engine/executor/executor.hpp
+++ b/src/buildtool/execution_engine/executor/executor.hpp
@@ -271,7 +271,6 @@ class ExecutorImpl {
/// \param[in] api The remote execution API of the CAS.
/// \param[in] tree The git tree to be uploaded.
/// \returns True if the upload was successful, False in case of any error.
- // NOLINTNEXTLINE(misc-no-recursion)
[[nodiscard]] static auto VerifyOrUploadTree(IExecutionApi const& api,
GitTree const& tree) noexcept
-> bool {