From bbb4c5e41112b21c563db1f2f519915260ca3d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Fri, 2 Feb 2024 14:09:46 +0100 Subject: [PATCH] udp: remove ConnectedRequestSender::any_full method --- crates/udp/src/common.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/udp/src/common.rs b/crates/udp/src/common.rs index d935944..5536e72 100644 --- a/crates/udp/src/common.rs +++ b/crates/udp/src/common.rs @@ -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,