From c498bf564fa5d781c176f65c7a9a2d43376a81f1 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 23 Jun 2025 12:19:43 +0200 Subject: ExecutionAPI: Support output_symlinks in response --- src/buildtool/execution_api/remote/bazel/bazel_response.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/buildtool/execution_api/remote/bazel/bazel_response.hpp') diff --git a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp index 8504ae59..2b890da6 100644 --- a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp +++ b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp @@ -96,7 +96,6 @@ class BazelResponse final : public IExecutionResponse { std::shared_ptr const network_; BazelExecutionClient::ExecutionOutput output_{}; ArtifactInfos artifacts_; - DirSymlinks dir_symlinks_; bool has_upwards_symlinks_ = false; // only tracked in compatible mode bool populated_ = false; -- cgit v1.2.3