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/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 552e52a6..a77c40cb 100644 --- a/src/buildtool/execution_api/common/execution_response.hpp +++ b/src/buildtool/execution_api/common/execution_response.hpp @@ -20,7 +20,6 @@ #include #include #include -#include #include "gsl/gsl" #include "src/buildtool/common/artifact.hpp" @@ -35,7 +34,6 @@ class IExecutionResponse { using Ptr = std::unique_ptr; using ArtifactInfos = std::unordered_map; // set of paths found in output_directory_symlinks list of the action result - using DirSymlinks = std::unordered_set; enum class StatusCode : std::uint8_t { Failed, Success }; -- cgit v1.2.3