From 46555aed73791cba5eb1f1c6df1d00e2c02f3886 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 7 Mar 2023 16:43:19 +0100 Subject: 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. --- src/buildtool/execution_api/local/garbage_collector.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/buildtool/execution_api/local/garbage_collector.hpp') 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; -- cgit v1.2.3