unused call
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 7 Apr 2014 14:50:44 +0000 (14:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 7 Apr 2014 14:50:44 +0000 (14:50 +0000)
src/ats/plugin_ats_ril.c

index 2bf715eb94cb761da82844d31c08448dbbee3cda..d31f37ce8e437460c5d314feff53a4ccfd50a5fc 100644 (file)
@@ -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)
   {