mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-08 15:19:58 +00:00
Merge pull request #4328 from lioncash/unused-var3
memory_layout: Remove unused data member
This commit is contained in:
commit
f26f53f35b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue