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

@ -193,9 +193,6 @@ public:
/// Gets a reference to the telemetry session for this emulation session.
[[nodiscard]] const Core::TelemetrySession& TelemetrySession() const;
/// Prepare the core emulation for a reschedule
void PrepareReschedule();
/// Prepare the core emulation for a reschedule
void PrepareReschedule(u32 core_index);