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

Kernel: Remove unused MBRPartitionTable::m_partitions_count.

This commit is contained in:
Michel Hermier 2021-03-25 08:02:58 +01:00 committed by Andreas Kling
parent 4ac49eabd5
commit 51ad3da999

View file

@ -82,6 +82,5 @@ private:
bool m_header_valid { false };
const u32 m_start_lba;
ByteBuffer m_cached_header;
size_t m_partitions_count { 0 };
};
}