--- libaitsched/src/tasks.c 2013/08/27 01:27:33 1.21.2.1 +++ libaitsched/src/tasks.c 2013/09/02 11:19:20 1.21.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tasks.c,v 1.21.2.1 2013/08/27 01:27:33 misho Exp $ +* $Id: tasks.c,v 1.21.2.2 2013/09/02 11:19:20 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -138,7 +138,6 @@ _sched_threadWrapper(sched_task_t *t) /* notify parent, thread is ready for execution */ pthread_testcancel(); -// ret = TASK_FUNC(t)(t); ret = schedCall(t); pthread_cleanup_pop(42);