mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 05:05:46 +00:00
memory_layout: Remove unused data member
This isn't used, so it can be removed entirely, shrinking the structure size by 8 bytes.
This commit is contained in:
parent
9e00412709
commit
ed658d92dc
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@ private:
|
|||
const MemoryRegion application;
|
||||
const MemoryRegion applet;
|
||||
const MemoryRegion system;
|
||||
|
||||
const PAddr start_address{};
|
||||
};
|
||||
|
||||
} // namespace Kernel::Memory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue