diff options
Diffstat (limited to 'src/buildtool/execution_api/common/execution_response.hpp')
-rw-r--r-- | src/buildtool/execution_api/common/execution_response.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/execution_api/common/execution_response.hpp b/src/buildtool/execution_api/common/execution_response.hpp index 65fd0ba9..552e52a6 100644 --- a/src/buildtool/execution_api/common/execution_response.hpp +++ b/src/buildtool/execution_api/common/execution_response.hpp @@ -75,8 +75,6 @@ class IExecutionResponse { [[nodiscard]] virtual auto Artifacts() noexcept -> expected<gsl::not_null<ArtifactInfos const*>, std::string> = 0; - [[nodiscard]] virtual auto DirectorySymlinks() noexcept - -> expected<gsl::not_null<DirSymlinks const*>, std::string> = 0; [[nodiscard]] virtual auto HasUpwardsSymlinks() noexcept -> expected<bool, std::string> = 0; }; |