From d7e005251dad73eb7d6f2154c6082f61d16554d0 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 5 Mar 2021 16:22:29 +0100 Subject: Not fully tested: new multi-dc MagLev --- src/table/table_sharded.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/table/table_sharded.rs') diff --git a/src/table/table_sharded.rs b/src/table/table_sharded.rs index 47bdfeaf..098637dd 100644 --- a/src/table/table_sharded.rs +++ b/src/table/table_sharded.rs @@ -44,7 +44,6 @@ impl TableReplication for TableShardedReplication { fn split_points(&self, ring: &Ring) -> Vec { let mut ret = vec![]; - ret.push([0u8; 32].into()); for entry in ring.ring.iter() { ret.push(entry.location); } -- cgit v1.2.3