0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +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:
Lioncash 2020-07-13 10:48:34 -04:00
parent b2305dcee0
commit f2f876e3ff

View File

@ -66,8 +66,6 @@ private:
const MemoryRegion application;
const MemoryRegion applet;
const MemoryRegion system;
const PAddr start_address{};
};
} // namespace Kernel::Memory