1
Fork 0
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:
Andreas Kling 2021-07-11 15:13:00 +02:00
parent 5087b2b32f
commit 112c7f9a5b
2 changed files with 0 additions and 2 deletions

View file

@ -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;