mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
Kernel: Remove unused MBRPartitionTable::m_partitions_count.
This commit is contained in:
parent
4ac49eabd5
commit
51ad3da999
Notes:
sideshowbarker
2024-07-18 21:04:23 +09:00
Author: https://github.com/mhermier
Commit: 51ad3da999
Pull-request: https://github.com/SerenityOS/serenity/pull/5946
1 changed files with 0 additions and 1 deletions
|
@ -82,6 +82,5 @@ private:
|
||||||
bool m_header_valid { false };
|
bool m_header_valid { false };
|
||||||
const u32 m_start_lba;
|
const u32 m_start_lba;
|
||||||
ByteBuffer m_cached_header;
|
ByteBuffer m_cached_header;
|
||||||
size_t m_partitions_count { 0 };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue