mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
PartitionTable: Removing unnecessary declarations from GPT & MBR classes
This commit is contained in:
parent
669ee82546
commit
334e039294
Notes:
sideshowbarker
2024-07-19 11:45:55 +09:00
Author: https://github.com/supercomputer7
Commit: 334e039294
Pull-request: https://github.com/SerenityOS/serenity/pull/636
2 changed files with 0 additions and 2 deletions
|
@ -53,7 +53,6 @@ public:
|
|||
private:
|
||||
NonnullRefPtr<DiskDevice> m_device;
|
||||
|
||||
ByteBuffer read_header() const;
|
||||
const GPTPartitionHeader& header() const;
|
||||
|
||||
u8 m_cached_header[512];
|
||||
|
|
|
@ -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