Remove unused root_idx in bloom filter split-horizon test

This commit is contained in:
Johnathan Corgan
2026-02-27 02:38:36 +00:00
parent 8336b1d2d5
commit e5b4f1a88a

View File

@@ -333,12 +333,6 @@ async fn test_bloom_filter_split_horizon() {
tree_adj[parent].push(child);
}
// Find the root
let root_idx = nodes
.iter()
.position(|tn| tn.node.tree_state().is_root())
.expect("Should have exactly one root");
print_filter_cardinality(&nodes);
// For each tree edge (child, parent), verify split-horizon: