From: Sevan Janiyan Date: Sat, 12 Jul 2025 18:12:44 +0000 (+0100) Subject: packet/construct_unix.c: unused variable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fba56aa0f52393375e8e0dc08bdf0c729331576;p=thirdparty%2Fmtr.git packet/construct_unix.c: unused variable --- 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;