udp: remove ConnectedRequestSender::any_full method

This commit is contained in:
Joakim Frostegård 2024-02-02 14:09:46 +01:00
parent 97688ed074
commit bbb4c5e411

View file

@ -82,10 +82,6 @@ impl ConnectedRequestSender {
Self { index, senders }
}
pub fn any_full(&self) -> bool {
self.senders.iter().any(|sender| sender.is_full())
}
pub fn try_send_to(
&self,
index: SwarmWorkerIndex,