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. --- test/buildtool/execution_engine/executor/executor.test.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp') diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index cba6c977..0db5501a 100644 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -134,11 +134,6 @@ class TestResponse : public IExecutionResponse { } return gsl::not_null(&artifacts_); } - [[nodiscard]] auto DirectorySymlinks() noexcept - -> expected, std::string> final { - static const DirSymlinks kEmptySymlinks{}; - return gsl::not_null(&kEmptySymlinks); - } [[nodiscard]] auto HasUpwardsSymlinks() noexcept -> expected final { return false; -- cgit v1.2.3