devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=37e84e1b40d1ca0ce4098b7930f1368411109c13

commit 37e84e1b40d1ca0ce4098b7930f1368411109c13
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Feb 16 13:46:20 2017 -0500

    remove unused variable in e_exec.c
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_exec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c
index 5652507..f253e02 100644
--- a/src/bin/e_exec.c
+++ b/src/bin/e_exec.c
@@ -591,7 +591,6 @@ static Eina_Bool
 _e_exec_instance_free(E_Exec_Instance *inst)
 {
    Eina_List *instances;
-   E_Client *ec;
 
    if (inst->ref) return EINA_FALSE;
    E_FREE_LIST(inst->watchers, free);

-- 


Reply via email to