mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:37:35 +00:00
Kernel: Remove unused MemoryManager::m_physical_page_entries_free
This commit is contained in:
parent
5087b2b32f
commit
112c7f9a5b
2 changed files with 0 additions and 2 deletions
|
@ -250,7 +250,6 @@ private:
|
|||
Vector<PhysicalRegion> m_super_physical_regions;
|
||||
Optional<PhysicalRegion> m_physical_pages_region;
|
||||
PhysicalPageEntry* m_physical_page_entries { nullptr };
|
||||
size_t m_physical_page_entries_free { 0 };
|
||||
size_t m_physical_page_entries_count { 0 };
|
||||
|
||||
Region::List m_user_regions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue