memory_layout: Remove unused data member

This isn't used, so it can be removed entirely, shrinking the structure
size by 8 bytes.
pull/8/head
Lioncash 5 years ago
parent b2305dcee0
commit f2f876e3ff

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

Loading…
Cancel
Save