Explorar o código

memory_layout: Remove unused data member

This isn't used, so it can be removed entirely, shrinking the structure
size by 8 bytes.
Lioncash %!s(int64=6) %!d(string=hai) anos
pai
achega
f2f876e3ff
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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