efl_net_dialer_udp: remove redundant thread cancel.

it was already done lines above, likely c&p left over.
This commit is contained in:
Gustavo Sverzut Barbieri 2016-11-10 00:14:43 -02:00
parent e648f1e85e
commit 8a2ecda4d4
1 changed files with 0 additions and 3 deletions

View File

@ -233,9 +233,6 @@ _efl_net_dialer_udp_efl_net_dialer_dial(Eo *o, Efl_Net_Dialer_Udp_Data *pd EINA_
pd->resolver.thread = NULL;
}
if (pd->resolver.thread)
ecore_thread_cancel(pd->resolver.thread);
str = strdup(address);
if (!efl_net_ip_port_split(str, &host, &port))
{