ecore thread: remove an unused variable.

This commit is contained in:
Hermet Park 2019-01-08 19:57:59 +09:00
parent d95f9dc518
commit 77bb3fb986
1 changed files with 0 additions and 1 deletions

View File

@ -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");