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,