--- libaitsched/inc/aitsched.h 2012/08/01 13:43:14 1.11.2.3 +++ libaitsched/inc/aitsched.h 2012/08/01 14:49:37 1.11.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.h,v 1.11.2.3 2012/08/01 13:43:14 misho Exp $ +* $Id: aitsched.h,v 1.11.2.4 2012/08/01 14:49:37 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -418,8 +418,6 @@ sched_task_t *schedSignal(sched_root_task_t * __restri */ sched_task_t *schedAIO(sched_root_task_t * __restrict root, sched_task_func_t func, void *arg, struct aiocb * __restrict acb, void *opt_data, size_t opt_dlen); -#define schedAIOSelf(x) schedAIO(TASK_ROOT((x)), TASK_FUNC((x)), TASK_ARG((x)), \ - TASK_VAL((x)), TASK_DATA((x)), TASK_DATLEN((x))) /* * schedAIORead() - Add AIO read task to scheduler queue *