mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
doc: remove confusing comment
This commit is contained in:
@@ -310,7 +310,6 @@ impl SharedState {
|
||||
self.inner.lock().unwrap().cancel(attempt);
|
||||
});
|
||||
|
||||
// the gate being entered does not matter much, but lets be strict
|
||||
if attempt.gate_entered.is_none() {
|
||||
let entered = timeline.gate.enter().map_err(|_| Error::ShuttingDown)?;
|
||||
attempt.gate_entered = Some(entered);
|
||||
|
||||
Reference in New Issue
Block a user