core: cpu_manager: Remove unused variable.

This commit is contained in:
bunnei 2021-01-20 17:18:04 -08:00
parent ca78f77827
commit 89a5ae92bd

View File

@ -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();