Remove unused PrepareReschedule function

This commit is contained in:
Merry 2022-04-24 12:10:16 +01:00
parent 7f77aafe41
commit 91a6df0361
7 changed files with 0 additions and 20 deletions

View file

@ -505,10 +505,6 @@ bool System::IsPoweredOn() const {
return impl->is_powered_on.load(std::memory_order::relaxed);
}
void System::PrepareReschedule() {
// Deprecated, does nothing, kept for backward compatibility.
}
void System::PrepareReschedule(const u32 core_index) {
impl->kernel.PrepareReschedule(core_index);
}