diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-14 15:16:10 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-19 17:50:30 +0100 |
commit | 8ab573ef1c624e2ed81b2032178c25451176d2f1 (patch) | |
tree | b3e41ee30eed3240bcd18502b7972903e7c2a53e /test/buildtool/execution_api/common/tree_rehashing.test.cpp | |
parent | dfa481bd5f97d92c444dc31a4a051cb890494d1d (diff) | |
download | justbuild-8ab573ef1c624e2ed81b2032178c25451176d2f1.tar.gz |
ApiBundle: Remove HashFunction.
And ensure every user obtains HashFunction from corresponding IExecutionApi
Diffstat (limited to 'test/buildtool/execution_api/common/tree_rehashing.test.cpp')
-rw-r--r-- | test/buildtool/execution_api/common/tree_rehashing.test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<LocalApi>(&local_context), .remote = std::make_shared<LocalApi>(&remote_context)}; |