zmike pushed a commit to branch master.

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

commit 15973fb4dffe43652a52e264e7615e292eed2f39
Author: Yeongjong Lee <yj34....@samsung.com>
Date:   Fri Feb 14 08:34:36 2020 -0500

    elm_main: remove unreachable condition
    
    Summary: The condition `!*p` is always false because of line 1336.
    
    Reviewers: zmike, Hermet, bu5hm4n
    
    Reviewed By: zmike
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D11349
---
 src/lib/elementary/elm_main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c
index d6c2b2a82f..d1d0c4a183 100644
--- a/src/lib/elementary/elm_main.c
+++ b/src/lib/elementary/elm_main.c
@@ -1347,7 +1347,6 @@ elm_quicklaunch_exe_path_get(const char *exe, const char 
*cwd)
                }
              else
                {
-                  if (!*p) break;
                   p++;
                }
           }

-- 


Reply via email to