]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
packet/construct_unix.c: unused variable
authorSevan Janiyan <venture37@geeklan.co.uk>
Sat, 12 Jul 2025 18:12:44 +0000 (19:12 +0100)
committerSevan Janiyan <venture37@geeklan.co.uk>
Sat, 12 Jul 2025 18:12:44 +0000 (19:12 +0100)
packet/construct_unix.c

index 95fefbaa4745a3ffe152d39a24e4de7afc2ca2e6..5983933ec37a16e3a99625a3126615ec75ba2a74 100644 (file)
@@ -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;