jsuya pushed a commit to branch master.

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

commit 744b2b5bd18137d1c944d2a44c96f45be0f1a565
Author: JunsuChoi <[email protected]>
Date:   Fri Feb 14 16:27:27 2020 +0900

    elm_dbus_menu: Remove unreached code.
    
    Summary:
    The property parameter used in this function are passed from 
_str_to_property.
    _str_to_property does not pass anything other than the enum value.
    Therefore this log is an unreached line.
    
    Test Plan: N/A
    
    Reviewers: Hermet, YOhoho
    
    Reviewed By: YOhoho
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D11347
---
 src/lib/elementary/elm_dbus_menu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/elm_dbus_menu.c 
b/src/lib/elementary/elm_dbus_menu.c
index 7d1d950986..96f863079a 100644
--- a/src/lib/elementary/elm_dbus_menu.c
+++ b/src/lib/elementary/elm_dbus_menu.c
@@ -213,7 +213,6 @@ _property_exists(Elm_Menu_Item_Data *item,
         return EINA_FALSE;
      }
 
-   ERR("Invalid code path");
    return EINA_FALSE;
 }
 

-- 


Reply via email to