diff options
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/kernel/memory/memory_layout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/memory/memory_layout.h b/src/core/hle/kernel/memory/memory_layout.h index 830c6f0d7..9b3d6267a 100644 --- a/src/core/hle/kernel/memory/memory_layout.h +++ b/src/core/hle/kernel/memory/memory_layout.h | |||
| @@ -66,8 +66,6 @@ private: | |||
| 66 | const MemoryRegion application; | 66 | const MemoryRegion application; |
| 67 | const MemoryRegion applet; | 67 | const MemoryRegion applet; |
| 68 | const MemoryRegion system; | 68 | const MemoryRegion system; |
| 69 | |||
| 70 | const PAddr start_address{}; | ||
| 71 | }; | 69 | }; |
| 72 | 70 | ||
| 73 | } // namespace Kernel::Memory | 71 | } // namespace Kernel::Memory |