aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-20 17:18:04 -0800
committerbunnei <bunneidev@gmail.com>2021-01-28 21:42:26 -0800
commit89a5ae92bdeb451943665868f59e364259368f11 (patch)
tree43305f06b84784b3c57897d18e8231ceba09b629 /src
parentca78f77827376af1cd42f655dca6f8d1d2725200 (diff)
core: cpu_manager: Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/core/cpu_manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu_manager.cpp b/src/core/cpu_manager.cpp
index 9bbb82b973..8f04fb8f5f 100644
--- a/src/core/cpu_manager.cpp
+++ b/src/core/cpu_manager.cpp
@@ -208,7 +208,6 @@ void CpuManager::SingleCoreRunGuestThread() {
void CpuManager::SingleCoreRunGuestLoop() {
auto& kernel = system.Kernel();
- auto* thread = kernel.CurrentScheduler()->GetCurrentThread();
while (true) {
auto* physical_core = &kernel.CurrentPhysicalCore();
system.EnterDynarmicProfile();