From 8ab573ef1c624e2ed81b2032178c25451176d2f1 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 14 Feb 2025 15:16:10 +0100 Subject: ApiBundle: Remove HashFunction. And ensure every user obtains HashFunction from corresponding IExecutionApi --- test/buildtool/execution_api/common/tree_rehashing.test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test/buildtool/execution_api/common/tree_rehashing.test.cpp') diff --git a/test/buildtool/execution_api/common/tree_rehashing.test.cpp b/test/buildtool/execution_api/common/tree_rehashing.test.cpp index 7f50083c..97b21f97 100644 --- a/test/buildtool/execution_api/common/tree_rehashing.test.cpp +++ b/test/buildtool/execution_api/common/tree_rehashing.test.cpp @@ -168,7 +168,6 @@ TEST_CASE("Rehash tree", "[common]") { .storage_config = &*remote_config, .storage = &remote_storage}; ApiBundle const apis{ - .hash_function = local_context.storage_config->hash_function, .local = std::make_shared(&local_context), .remote = std::make_shared(&remote_context)}; -- cgit v1.2.3