diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-06-23 12:09:21 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-06-24 12:56:57 +0200 |
commit | 95f230b3a755f66183ce5c27e929ed6ae3838977 (patch) | |
tree | b84ced1cbb6ba97984780434eaf525d843a67bba /src/buildtool/execution_api/remote/bazel/bazel_response.hpp | |
parent | c49f9e8a16997d7dc4cad691a249741146101be0 (diff) | |
download | justbuild-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 'src/buildtool/execution_api/remote/bazel/bazel_response.hpp')
-rw-r--r-- | src/buildtool/execution_api/remote/bazel/bazel_response.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp index 55f45236..8504ae59 100644 --- a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp +++ b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp @@ -89,8 +89,6 @@ class BazelResponse final : public IExecutionResponse { auto Artifacts() noexcept -> expected<gsl::not_null<ArtifactInfos const*>, std::string> final; - auto DirectorySymlinks() noexcept - -> expected<gsl::not_null<DirSymlinks const*>, std::string> final; auto HasUpwardsSymlinks() noexcept -> expected<bool, std::string> final; private: |