From 95f230b3a755f66183ce5c27e929ed6ae3838977 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 23 Jun 2025 12:09:21 +0200 Subject: ExecutionApi: Drop DirectorySymlinks from common api ... as it is only needed for local execution, there is no need to provide it in the common api interface. --- src/buildtool/execution_api/local/local_response.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/local/local_response.hpp') diff --git a/src/buildtool/execution_api/local/local_response.hpp b/src/buildtool/execution_api/local/local_response.hpp index f5ed3e94..7f50b2fc 100644 --- a/src/buildtool/execution_api/local/local_response.hpp +++ b/src/buildtool/execution_api/local/local_response.hpp @@ -112,7 +112,7 @@ class LocalResponse final : public IExecutionResponse { } auto DirectorySymlinks() noexcept - -> expected, std::string> final { + -> expected, std::string> { if (auto error_msg = Populate()) { return unexpected{*std::move(error_msg)}; } -- cgit v1.2.3