Skip to content

Commit 5603c84

Browse files
committed
wip
1 parent eb8b9f0 commit 5603c84

File tree

1 file changed

+0
-2
lines changed
  • crates/sync/pipeline/src

1 file changed

+0
-2
lines changed

crates/sync/pipeline/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ impl<P: StageCheckpointProvider> Pipeline<P> {
285285
/// Returns an error if any stage execution fails or if the pipeline fails to read the
286286
/// checkpoint.
287287
pub async fn run_once(&mut self, to: BlockNumber) -> PipelineResult<BlockNumber> {
288-
let tip = self.tip.expect("qed; should exist by now");
289-
290288
if self.stages.is_empty() {
291289
return Ok(to);
292290
}

0 commit comments

Comments
 (0)