1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

Kernel: Remove unused variable PhysicalRegion::m_last

This commit is contained in:
Andreas Kling 2020-08-30 13:13:55 +02:00
parent 4b66692a55
commit cc5403f77b
2 changed files with 0 additions and 5 deletions

View file

@ -66,7 +66,6 @@ private:
PhysicalAddress m_upper;
unsigned m_pages { 0 };
unsigned m_used { 0 };
unsigned m_last { 0 };
Bitmap m_bitmap;
};