summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local/local_response.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-06-23 12:09:21 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2025-06-24 12:56:57 +0200
commit95f230b3a755f66183ce5c27e929ed6ae3838977 (patch)
treeb84ced1cbb6ba97984780434eaf525d843a67bba /src/buildtool/execution_api/local/local_response.hpp
parentc49f9e8a16997d7dc4cad691a249741146101be0 (diff)
downloadjustbuild-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/local/local_response.hpp')
-rw-r--r--src/buildtool/execution_api/local/local_response.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/local/local_response.hpp b/src/buildtool/execution_api/local/local_response.hpp
index f5ed3e94..7f50b2fc 100644
--- a/src/buildtool/execution_api/local/local_response.hpp
+++ b/src/buildtool/execution_api/local/local_response.hpp
@@ -112,7 +112,7 @@ class LocalResponse final : public IExecutionResponse {
}
auto DirectorySymlinks() noexcept
- -> expected<gsl::not_null<DirSymlinks const*>, std::string> final {
+ -> expected<gsl::not_null<DirSymlinks const*>, std::string> {
if (auto error_msg = Populate()) {
return unexpected{*std::move(error_msg)};
}