mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Kernel: Remove now unused StorageDevice constructor
This commit is contained in:
parent
70ad18fbcd
commit
54a2aaaa6f
Notes:
sideshowbarker
2024-07-18 03:09:28 +09:00
Author: https://github.com/bgianfo
Commit: 54a2aaaa6f
Pull-request: https://github.com/SerenityOS/serenity/pull/10325
Reviewed-by: https://github.com/BenWiederhake
2 changed files with 0 additions and 9 deletions
|
@ -34,7 +34,6 @@ public:
|
|||
NonnullRefPtrVector<DiskPartition> partitions() const { return m_partitions; }
|
||||
|
||||
protected:
|
||||
StorageDevice(const StorageController&, size_t, u64, NonnullOwnPtr<KString>);
|
||||
StorageDevice(const StorageController&, int, int, size_t, u64, NonnullOwnPtr<KString>);
|
||||
// ^DiskDevice
|
||||
virtual StringView class_name() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue