From: Matthias Wachs Date: Mon, 7 Apr 2014 14:50:44 +0000 (+0000) Subject: unused call X-Git-Tag: initial-import-from-subversion-38251~4304 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dde2ca5934f2c61527d66a0d048b4e6923c1b50;p=oweals%2Fgnunet.git unused call --- diff --git a/src/ats/plugin_ats_ril.c b/src/ats/plugin_ats_ril.c index 2bf715eb9..d31f37ce8 100644 --- a/src/ats/plugin_ats_ril.c +++ b/src/ats/plugin_ats_ril.c @@ -1248,7 +1248,7 @@ envi_action_address_switch (struct GAS_RIL_Handle *solver, struct RIL_Address_Wrapped *cur; int i = 0; - cur = agent_address_get_wrapped(agent, agent->address_inuse); + //cur = agent_address_get_wrapped(agent, agent->address_inuse); for (cur = agent->addresses_head; NULL != cur; cur = cur->next) {