--- libaitsched/inc/aitsched.h 2013/05/30 09:13:52 1.18 +++ libaitsched/inc/aitsched.h 2013/06/19 00:16:35 1.19 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.18 2013/05/30 09:13:52 misho Exp $ +* $Id: aitsched.h,v 1.19 2013/06/19 00:16:35 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -557,8 +557,6 @@ int schedTrigger(sched_task_t * __restrict task); */ sched_task_t *schedTimer(sched_root_task_t * __restrict root, sched_task_func_t func, void *arg, struct timespec ts, void *opt_data, size_t opt_dlen); -#define schedTimerSelf(x) schedTimer(TASK_ROOT((x)), TASK_FUNC((x)), TASK_ARG((x)), \ - TASK_TS((x)), TASK_DATA((x)), TASK_DATLEN((x))) /* * schedEvent() - Add EVENT task to scheduler queue *