From 9fba56aa0f52393375e8e0dc08bdf0c729331576 Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sat, 12 Jul 2025 19:12:44 +0100 Subject: [PATCH] packet/construct_unix.c: unused variable --- packet/construct_unix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/packet/construct_unix.c b/packet/construct_unix.c index 95fefba..5983933 100644 --- a/packet/construct_unix.c +++ b/packet/construct_unix.c @@ -250,7 +250,6 @@ int construct_udp6_packet( int packet_size, const struct probe_param_t *param) { - int udp_socket = net_state->platform.udp6_send_socket; struct UDPHeader *udp; int udp_size; -- 2.47.3