소스 검색

hle: kernel: Remove unused pool locals.

bunnei 4 년 전
부모
커밋
16e5954fcb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/hle/kernel/kernel.cpp

+ 0 - 2
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<KMemoryManager>(system);