summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2018-04-20 14:25:10 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2018-04-20 14:28:41 +0900
commitfcffd5822324725b8ca1a987569c65b4a2a7431c (patch)
treed02883990863c3feb784ff6882b96070b55b9920
parent0bebd097b57f09fdc090533f4e946697ecbe8646 (diff)
downloadefl-fcffd5822324725b8ca1a987569c65b4a2a7431c.tar.gz
efl_net_control_access_point-connman: Remove unused code
if the method is EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_UNSET, then the function is returned before.
-rw-r--r--src/lib/ecore_con/efl_net_control_access_point-connman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_con/efl_net_control_access_point-connman.c b/src/lib/ecore_con/efl_net_control_access_point-connman.c
index 3d0172b4d8..cd55debc4c 100644
--- a/src/lib/ecore_con/efl_net_control_access_point-connman.c
+++ b/src/lib/ecore_con/efl_net_control_access_point-connman.c
@@ -676,7 +676,6 @@ _efl_net_control_access_point_configuration_proxy_set(Eo *o, Efl_Net_Control_Acc
switch (method)
{
- case EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_UNSET: goto error_send;
case EFL_NET_CONTROL_ACCESS_POINT_PROXY_METHOD_OFF:
_append_dict_entry(array, "Method", "s", "direct");
break;