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
commit 51ad3da999
Notes: sideshowbarker 2024-07-18 21:04:23 +09:00

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