diff options
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)}; |