Browse Source

core: cpu_manager: Remove unused variable.

bunnei 5 năm trước cách đây
mục cha
commit
89a5ae92bd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/core/cpu_manager.cpp

+ 0 - 1
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();