Skip to content

Commit f7c30f7

Browse files
remove unused _pruningPerformed and _tombstonedNodes (#6526)
Co-authored-by: Gregorius Soedharmo <[email protected]>
1 parent 49c0703 commit f7c30f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/contrib/cluster/Akka.DistributedData/Replicator.cs

-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ public static Props Props(ReplicatorSettings settings) =>
313313
private ImmutableSortedSet<Address> _exitingNodes = ImmutableSortedSet<Address>.Empty;
314314

315315
private ImmutableDictionary<UniqueAddress, long> _removedNodes = ImmutableDictionary<UniqueAddress, long>.Empty;
316-
private ImmutableDictionary<UniqueAddress, long> _pruningPerformed = ImmutableDictionary<UniqueAddress, long>.Empty;
317-
private ImmutableHashSet<UniqueAddress> _tombstonedNodes = ImmutableHashSet<UniqueAddress>.Empty;
318316

319317
/// <summary>
320318
/// All nodes sorted with the leader first

0 commit comments

Comments
 (0)