Remove unused PrepareReschedule function

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

View file

@ -174,9 +174,6 @@ public:
/// Clears the exclusive monitor's state.
virtual void ClearExclusiveState() = 0;
/// Prepare core for thread reschedule (if needed to correctly handle state)
virtual void PrepareReschedule() = 0;
/// Signal an interrupt and ask the core to halt as soon as possible.
virtual void SignalInterrupt() = 0;