sched: remove the unused function nx_wait and nx_waitid

This partially reverts commit de2a9d8a77.
This commit is contained in:
Xiang Xiao
2022-10-28 02:07:27 +08:00
committed by Petro Karashchenko
parent 579e47347e
commit 5bee68ebac
3 changed files with 92 additions and 108 deletions
-2
View File
@@ -1374,8 +1374,6 @@ int nxsched_get_stackinfo(pid_t pid, FAR struct stackinfo_s *stackinfo);
****************************************************************************/
#ifdef CONFIG_SCHED_WAITPID
pid_t nx_wait(FAR int *stat_loc);
int nx_waitid(int idtype, id_t id, FAR siginfo_t *info, int options);
pid_t nx_waitpid(pid_t pid, FAR int *stat_loc, int options);
#endif