mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
Kernel: Remove type from StorageDevice class
This commit is contained in:
committed by
Andreas Kling
parent
9b75b1be5f
commit
a73bd0fff8
Notes:
sideshowbarker
2024-07-18 20:25:08 +09:00
Author: https://github.com/boricj Commit: https://github.com/SerenityOS/serenity/commit/a73bd0fff82 Pull-request: https://github.com/SerenityOS/serenity/pull/6295
@@ -43,7 +43,6 @@ public:
|
||||
static Result<NonnullOwnPtr<GUIDPartitionTable>, PartitionTable::Error> try_to_initialize(const StorageDevice&);
|
||||
explicit GUIDPartitionTable(const StorageDevice&);
|
||||
|
||||
virtual Type type() const override { return Type::GPT; };
|
||||
virtual bool is_valid() const override { return m_valid; };
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user