kernel: Remove z_sched_abort() prototype
The routine z_sched_abort() no longer exists. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
18c624e8df
commit
9efb8fde61
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ void *z_get_next_switch_handle(void *interrupted);
|
|||
|
||||
void z_time_slice(void);
|
||||
void z_reset_time_slice(struct k_thread *curr);
|
||||
void z_sched_abort(struct k_thread *thread);
|
||||
void z_sched_ipi(void);
|
||||
void z_sched_start(struct k_thread *thread);
|
||||
void z_ready_thread(struct k_thread *thread);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue