Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Feb 26, 2025
1 parent 6965cde commit 524cf7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion io/zenoh-transport/src/common/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ impl StageIn {
if let Some(batch) = current.take() {
return Ok(Some(batch));
}
self.current_notified = false;
loop {
// try to acquire an available batch
if let Some(batch) =
Expand Down

0 comments on commit 524cf7b

Please sign in to comment.