mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:07:36 +00:00
Kernel: Remove unused EBRPartitionTable::m_partitions_count.
This commit is contained in:
parent
37be679d6e
commit
a359f477a7
1 changed files with 0 additions and 1 deletions
|
@ -49,6 +49,5 @@ private:
|
||||||
void search_extended_partition(const StorageDevice&, MBRPartitionTable&, u64, size_t limit);
|
void search_extended_partition(const StorageDevice&, MBRPartitionTable&, u64, size_t limit);
|
||||||
|
|
||||||
bool m_valid { false };
|
bool m_valid { false };
|
||||||
size_t m_partitions_count { 0 };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue