mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-06-16 21:00:50 -04:00
sched: remove unused function sched_yield
This commit is contained in:
committed by
Ashwin Naren
parent
108b580e83
commit
bbde9f04aa
@@ -469,8 +469,3 @@ pub fn sys_sched_yield() -> Result<usize> {
|
||||
schedule();
|
||||
Ok(0)
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
pub fn sched_yield() {
|
||||
schedule();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user