summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/task_delete.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/sched/task_delete.c b/nuttx/sched/task_delete.c
index f6a19a790..637b536ec 100644
--- a/nuttx/sched/task_delete.c
+++ b/nuttx/sched/task_delete.c
@@ -235,7 +235,6 @@ int task_delete(pid_t pid)
* don't bother to unlock the TCB since it will be going away.
*/
- DEBUGASSERT(!nonblocking);
exit(EXIT_SUCCESS);
}