diff options
| author | Merry <git@mary.rs> | 2022-04-24 12:10:16 +0100 |
|---|---|---|
| committer | Merry <git@mary.rs> | 2022-04-24 12:10:16 +0100 |
| commit | 91a6df0361708176fc5500d9783c5266e52eb7b7 (patch) | |
| tree | 2baae9e2c1a57c8d26be9ed8d117958f69f3882f /src/core/arm/arm_interface.h | |
| parent | 7f77aafe41051c5fa8c7729e8743af2c09f3365e (diff) | |
Remove unused PrepareReschedule function
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index bcec4b3b8..8ce973a77 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h @@ -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; |
