Kernel: Remove unused EBRPartitionTable::m_partitions_count.

This commit is contained in:
Michel Hermier 2021-03-25 07:59:31 +01:00 committed by Andreas Kling
commit a359f477a7
Notes: sideshowbarker 2024-07-18 21:04:30 +09:00

View file

@ -49,6 +49,5 @@ private:
void search_extended_partition(const StorageDevice&, MBRPartitionTable&, u64, size_t limit);
bool m_valid { false };
size_t m_partitions_count { 0 };
};
}