summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_engine/executor/executor.test.cpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-06-23 12:09:21 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2025-06-24 12:56:57 +0200
commit95f230b3a755f66183ce5c27e929ed6ae3838977 (patch)
treeb84ced1cbb6ba97984780434eaf525d843a67bba /test/buildtool/execution_engine/executor/executor.test.cpp
parentc49f9e8a16997d7dc4cad691a249741146101be0 (diff)
downloadjustbuild-95f230b3a755f66183ce5c27e929ed6ae3838977.tar.gz
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.
Diffstat (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp')
-rw-r--r--test/buildtool/execution_engine/executor/executor.test.cpp5
1 files changed, 0 insertions, 5 deletions
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<ArtifactInfos const*>(&artifacts_);
}
- [[nodiscard]] auto DirectorySymlinks() noexcept
- -> expected<gsl::not_null<DirSymlinks const*>, std::string> final {
- static const DirSymlinks kEmptySymlinks{};
- return gsl::not_null<DirSymlinks const*>(&kEmptySymlinks);
- }
[[nodiscard]] auto HasUpwardsSymlinks() noexcept
-> expected<bool, std::string> final {
return false;