summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucketdbupdatertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/bucketdbupdatertest.cpp')
-rw-r--r--storage/src/tests/distributor/bucketdbupdatertest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/bucketdbupdatertest.cpp b/storage/src/tests/distributor/bucketdbupdatertest.cpp
index 7188d060b41..9795f5db5dc 100644
--- a/storage/src/tests/distributor/bucketdbupdatertest.cpp
+++ b/storage/src/tests/distributor/bucketdbupdatertest.cpp
@@ -2674,7 +2674,6 @@ void for_each_bucket(const BucketDatabase& db, const document::BucketSpace& spac
template <typename Func>
void for_each_bucket(const DistributorBucketSpaceRepo& repo, Func&& f) {
for (const auto& space : repo) {
- // TODO needs to propagate space
for_each_bucket(space.second->getBucketDatabase(), space.first, f);
}
}