mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 02:17:57 -05: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:
@ -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
|
||||||
|
Reference in New Issue
Block a user