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

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
parent 37be679d6e
commit a359f477a7

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