8000 Removed dead code (#16088) · OOSYOO/arangodb@df237eb · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit df237eb

Browse files
authored
Removed dead code (arangodb#16088)
1 parent 5dc1f64 commit df237eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arangod/Replication2/ReplicatedState/UpdateReplicatedState.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ auto algorithms::updateReplicatedState(
9999
if (generation != expectedGeneration) {
100100
state->flush(expectedGeneration);
101101
}
102-
} else if (!spec->participants.contains(serverId)) {
103-
ctx.dropReplicatedState(id);
104102
}
105103
return {TRI_ERROR_NO_ERROR};
106104
}

0 commit comments

Comments
 (0)
0