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/common/execution_response.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/buildtool/execution_api/common/execution_response.hpp') diff --git a/src/buildtool/execution_api/common/execution_response.hpp b/src/buildtool/execution_api/common/execution_response.hpp index 65fd0ba9..552e52a6 100644 --- a/src/buildtool/execution_api/common/execution_response.hpp +++ b/src/buildtool/execution_api/common/execution_response.hpp @@ -75,8 +75,6 @@ class IExecutionResponse { [[nodiscard]] virtual auto Artifacts() noexcept -> expected, std::string> = 0; - [[nodiscard]] virtual auto DirectorySymlinks() noexcept - -> expected, std::string> = 0; [[nodiscard]] virtual auto HasUpwardsSymlinks() noexcept -> expected = 0; }; -- cgit v1.2.3