--- libaitsched/src/aitsched.c 2012/08/08 08:25:39 1.13 +++ libaitsched/src/aitsched.c 2012/08/08 23:04:41 1.14 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.13 2012/08/08 08:25:39 misho Exp $ +* $Id: aitsched.c,v 1.14 2012/08/08 23:04:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -678,23 +678,6 @@ schedTermCondition(sched_root_task_t * __restrict root root->root_cond = condValue; root->root_hooks.hook_exec.condition = sched_hook_condition; - return 0; -} - -/* - * schedMissEvents() - Set new miss events rate for regular tasks - * - * @root = root task - * @missEvents = maximum number of missed events before firing tasks - * return: -1 error or 0 ok - */ -inline int -schedMissEvents(sched_root_task_t * __restrict root, u_int missEvents) -{ - if (!root) - return -1; - - root->root_miss = missEvents; return 0; }