Skip to content

Commit

Permalink
Remove unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 11, 2024
1 parent ddabf57 commit 6749838
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions neqo-transport/src/send_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1659,12 +1659,6 @@ impl SendStreams {
}
}

pub fn mark_all_as_lost(&mut self) {
for stream in self.map.values_mut() {
stream.mark_as_lost(0, usize::MAX, true);
}
}

pub fn clear(&mut self) {
self.map.clear();
self.sendordered.clear();
Expand Down

0 comments on commit 6749838

Please sign in to comment.