Remove unused PrepareReschedule function
This commit is contained in:
parent
7f77aafe41
commit
91a6df0361
7 changed files with 0 additions and 20 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue