From e2c054f003fe3a08796b5ef40e82daa70d080d40 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 14 Feb 2012 14:47:42 +0000 Subject: [PATCH] - unused variable --- src/transport/plugin_transport_udp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index e5be88977..78b58eae5 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -1027,7 +1027,6 @@ process_udp_message (struct Plugin *plugin, const struct UDPMessage *msg, struct Session * s = NULL; struct IPv4UdpAddress u4; struct IPv6UdpAddress u6; - struct GNUNET_ATS_Information ats; const void *arg; size_t args; @@ -1043,8 +1042,6 @@ process_udp_message (struct Plugin *plugin, const struct UDPMessage *msg, return; } - ats.type = htonl (GNUNET_ATS_NETWORK_TYPE); - ats.value = htonl (GNUNET_ATS_NET_UNSPECIFIED); /* convert address */ switch (sender_addr->sa_family) { -- 2.25.1