tasn pushed a commit to branch master.

http://git.enlightenment.org/tools/exactness.git/commit/?id=e2c1fa063677673a22408cdab0f306d154a0e147

commit e2c1fa063677673a22408cdab0f306d154a0e147
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Mar 5 12:03:55 2015 +0000

    Remove unused variable.
---
 src/lib/tsuite_evas_hook.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_evas_hook.c
index d229a05..1cad7a5 100644
--- a/src/lib/tsuite_evas_hook.c
+++ b/src/lib/tsuite_evas_hook.c
@@ -349,7 +349,6 @@ ecore_evas_new(const char *engine_name, int x, int y,
 static Eina_Bool
 tsuite_feed_event(void *data)
 {
-   static Ecore_Timer *tmr = NULL;
    Timer_Data *td = data;
    time_t evt_time;
    if (!td)
@@ -591,7 +590,7 @@ tsuite_feed_event(void *data)
 #ifdef DEBUG_TSUITE
    printf("%s timer_time=<%f>\n", __func__, timer_time);
 #endif
-   tmr = ecore_timer_add(timer_time, tsuite_feed_event, td);
+   ecore_timer_add(timer_time, tsuite_feed_event, td);
 
    return ECORE_CALLBACK_CANCEL;
 }

-- 


Reply via email to