Remove duplicate function prototype from wrong header file

This commit is contained in:
Gregory Nutt
2016-10-01 10:56:42 -06:00
parent 0f7b9d643f
commit 75104b0808
-4
View File
@@ -80,8 +80,4 @@ int task_terminate(pid_t pid, bool nonblocking);
void task_exithook(FAR struct tcb_s *tcb, int status, bool nonblocking);
void task_recover(FAR struct tcb_s *tcb);
/* Misc. */
bool sched_addreadytorun(FAR struct tcb_s *rtrtcb);
#endif /* __SCHED_TASK_TASK_H */