mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-12 14:45:09 -05:00
Removed comments.
This commit is contained in:
parent
4033b09210
commit
03b93e4c26
1 changed files with 0 additions and 3 deletions
|
|
@ -285,9 +285,6 @@ ensures
|
|||
close foreach(nil, readOnly_TCB_runState_p(tasks, states2));
|
||||
case cons(h, rest):
|
||||
int index = index_of(updatedTask, tasks);
|
||||
// distinct_mem_remove(t, tasks);
|
||||
// neq_mem_remove(h, t, tasks);
|
||||
// index_of_different(h, t, tasks);
|
||||
open foreach(subTasks, readOnly_TCB_runState_p(tasks, states));
|
||||
assert( updatedTask != h );
|
||||
index_of_different(updatedTask, h, tasks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue