From 16e5954fcb7ed73f34ac7c67124cfa46b7cc59bb Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 26 Feb 2022 17:30:44 -0800 Subject: hle: kernel: Remove unused pool locals. --- src/core/hle/kernel/kernel.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/core/hle/kernel/kernel.cpp b/src/core/hle/kernel/kernel.cpp index eda67d933..ac69367b8 100644 --- a/src/core/hle/kernel/kernel.cpp +++ b/src/core/hle/kernel/kernel.cpp @@ -616,8 +616,6 @@ struct KernelCore::Impl { void InitializeMemoryLayout() { const auto system_pool = memory_layout.GetKernelSystemPoolRegionPhysicalExtents(); - const auto applet_pool = memory_layout.GetKernelAppletPoolRegionPhysicalExtents(); - const auto application_pool = memory_layout.GetKernelApplicationPoolRegionPhysicalExtents(); // Initialize the memory manager. memory_manager = std::make_unique(system); -- cgit v1.2.3