瀏覽代碼

memory_layout: Remove unused data member

This isn't used, so it can be removed entirely, shrinking the structure
size by 8 bytes.
Lioncash 6 年之前
父節點
當前提交
f2f876e3ff
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/core/hle/kernel/memory/memory_layout.h

+ 0 - 2
src/core/hle/kernel/memory/memory_layout.h

@@ -66,8 +66,6 @@ private:
     const MemoryRegion application;
     const MemoryRegion applet;
     const MemoryRegion system;
-
-    const PAddr start_address{};
 };
 
 } // namespace Kernel::Memory