diff options
Diffstat (limited to 'test/buildtool/execution_engine/executor')
-rw-r--r-- | test/buildtool/execution_engine/executor/executor.test.cpp | 5 |
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; |