remove unused variable

SVN revision: 42945
This commit is contained in:
Vincent Torri 2009-10-07 18:38:08 +00:00
parent 703fb37368
commit 1bb00c3afe
1 changed files with 0 additions and 3 deletions

View File

@ -113,8 +113,5 @@ _ecore_job_event_handler(void *data __UNUSED__, int type __UNUSED__, void *ev)
static void
_ecore_job_event_free(void *data __UNUSED__, void *ev)
{
Ecore_Job *job;
job = ev;
free(ev);
}