diff --git a/examples/test_partitioners.rs b/examples/test_partitioners.rs index b90abe6..a47b0b4 100644 --- a/examples/test_partitioners.rs +++ b/examples/test_partitioners.rs @@ -11,7 +11,6 @@ use ndgrid::{ types::{GraphPartitioner, Ownership}, }; - fn run_test(comm: &C, partitioner: GraphPartitioner) { let n = 100;