From: Matthias Wachs Date: Mon, 7 Apr 2014 14:06:55 +0000 (+0000) Subject: remove unused value X-Git-Tag: initial-import-from-subversion-38251~4312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc8c6f6f950f436235da8b4faab706641745301a;p=oweals%2Fgnunet.git remove unused value --- diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c index a6c9dd0e2..1c0329533 100644 --- a/src/transport/gnunet-service-transport_neighbours.c +++ b/src/transport/gnunet-service-transport_neighbours.c @@ -2678,7 +2678,6 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, { struct NeighbourMapEntry *n; struct GST_BlacklistCheck *blc; - struct GNUNET_TRANSPORT_PluginFunctions *papi; struct BlacklistCheckSwitchContext *blc_ctx; int c; @@ -2695,7 +2694,7 @@ GST_neighbours_switch_to_address (const struct GNUNET_PeerIdentity *peer, } /* Check if plugin is available */ - if (NULL == (papi = GST_plugins_find (address->transport_name))) + if (NULL == (GST_plugins_find (address->transport_name))) { /* we don't have the plugin for this address */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,