Przeglądaj źródła

Merge pull request #4328 from lioncash/unused-var3

memory_layout: Remove unused data member
bunnei 6 lat temu
rodzic
commit
f26f53f35b
1 zmienionych plików z 0 dodań i 2 usunięć
  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 application;
     const MemoryRegion applet;
     const MemoryRegion applet;
     const MemoryRegion system;
     const MemoryRegion system;
-
-    const PAddr start_address{};
 };
 };
 
 
 } // namespace Kernel::Memory
 } // namespace Kernel::Memory