From: Matthias Wachs Date: Tue, 14 Feb 2012 14:47:42 +0000 (+0000) Subject: - unused variable X-Git-Tag: initial-import-from-subversion-38251~14848 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2c054f003fe3a08796b5ef40e82daa70d080d40;p=oweals%2Fgnunet.git - unused variable --- 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) {