mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
PartitionTable: Removing unnecessary declarations from GPT & MBR classes
This commit is contained in:
parent
669ee82546
commit
334e039294
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@ public:
|
|||
private:
|
||||
NonnullRefPtr<DiskDevice> m_device;
|
||||
|
||||
ByteBuffer read_header() const;
|
||||
const MBRPartitionHeader& header() const;
|
||||
|
||||
u8 m_cached_header[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue