jaehyun pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=fcffd5822324725b8ca1a987569c65b4a2a7431c

commit fcffd5822324725b8ca1a987569c65b4a2a7431c
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Fri Apr 20 14:25:10 2018 +0900

    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.
---
 src/lib/ecore_con/efl_net_control_access_point-connman.c | 1 -
 1 file changed, 1 deletion(-)

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;

-- 


Reply via email to