summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local/garbage_collector.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-03-07 16:43:19 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2023-03-13 17:28:59 +0100
commit46555aed73791cba5eb1f1c6df1d00e2c02f3886 (patch)
treecf59677bfce13dc992ebe7488ecf96f511163e7b /src/buildtool/execution_api/local/garbage_collector.hpp
parent600876757ffe49248c34bab33d0d9247e60232f0 (diff)
downloadjustbuild-46555aed73791cba5eb1f1c6df1d00e2c02f3886.tar.gz
GC: Fix uplinking of ActionResults in compatible
... as internally we do not do the Tree-dance. Instead, we directly store the root Directory digest for ActionResult's OutputDirectories.
Diffstat (limited to 'src/buildtool/execution_api/local/garbage_collector.hpp')
-rw-r--r--src/buildtool/execution_api/local/garbage_collector.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/buildtool/execution_api/local/garbage_collector.hpp b/src/buildtool/execution_api/local/garbage_collector.hpp
index 405c8900..6b89c841 100644
--- a/src/buildtool/execution_api/local/garbage_collector.hpp
+++ b/src/buildtool/execution_api/local/garbage_collector.hpp
@@ -54,10 +54,6 @@ class GarbageCollector {
std::string const& id) noexcept
-> bool;
- [[nodiscard]] auto static UplinkBazelTree(int index,
- std::string const& id) noexcept
- -> bool;
-
[[nodiscard]] auto static UplinkBazelDirectory(
int index,
std::string const& id) noexcept -> bool;