diff --git a/crates/ecstore/src/store/rebalance/support.rs b/crates/ecstore/src/store/rebalance/support.rs index 3a3ff6c42..434f9c29d 100644 --- a/crates/ecstore/src/store/rebalance/support.rs +++ b/crates/ecstore/src/store/rebalance/support.rs @@ -273,7 +273,6 @@ pub(super) fn resolve_latest_object_info_candidates( latest_candidates.sort_by_key(|candidate| std::cmp::Reverse(candidate.idx)); - let Some(winner) = latest_candidates.first() else { return Err(Error::ErasureReadQuorum); };