hermet pushed a commit to branch master.

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

commit 77bb3fb9867d0096e5b7a6059060db32fa255052
Author: Hermet Park <hermetp...@gmail.com>
Date:   Tue Jan 8 19:57:59 2019 +0900

    ecore thread: remove an unused variable.
---
 src/lib/ecore/efl_thread.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/ecore/efl_thread.c b/src/lib/ecore/efl_thread.c
index c44e59b73a..6008bbafce 100644
--- a/src/lib/ecore/efl_thread.c
+++ b/src/lib/ecore/efl_thread.c
@@ -232,7 +232,6 @@ _efl_thread_main(void *data, Eina_Thread t)
    unsigned int i;
    int real;
    Efl_Callback_Array_Item_Full *it;
-   Eina_Future *job;
 
    if (thdat->name) eina_thread_name_set(t, thdat->name);
    else eina_thread_name_set(t, "Eflthread");

-- 


Reply via email to