From 91a6df0361708176fc5500d9783c5266e52eb7b7 Mon Sep 17 00:00:00 2001 From: Merry Date: Sun, 24 Apr 2022 12:10:16 +0100 Subject: Remove unused PrepareReschedule function --- src/core/core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/core.h') diff --git a/src/core/core.h b/src/core/core.h index 52ff90359..4a0c7dc84 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -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); -- cgit v1.2.3