From 36e06b06f0cbecc0c5fb047eea88a3d60226f164 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:03:34 +0100 Subject: [PATCH] chore: remove unused variable --- src/voice/udp/handler.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/voice/udp/handler.rs b/src/voice/udp/handler.rs index 650111b..fcaa7a7 100644 --- a/src/voice/udp/handler.rs +++ b/src/voice/udp/handler.rs @@ -96,8 +96,6 @@ impl UdpHandler { }); } - let received_size = received_size_or_err.unwrap(); - let receieved_ip_discovery = IpDiscoveryPacket::new(&buf).expect("Could not make ipdiscovery packet from received data, something is very wrong. Please open an issue on the chorus github: https://github.com/polyphony-chat/chorus/issues/new"); debug!(