Fix an error in the simulator version of up_unblock_task()

This commit is contained in:
Gregory Nutt 2016-03-21 15:20:14 -06:00
parent ad611e2cca
commit be5b79875f
1 changed files with 0 additions and 4 deletions

View File

@ -83,10 +83,6 @@ void up_unblock_task(FAR struct tcb_s *tcb)
sched_removeblocked(tcb);
/* Reset scheduler parameters */
sched_resume_scheduler(tcb);
/* Add the task in the correct location in the prioritized
* ready-to-run task list
*/