mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Kernel/Storage: Remove redundant public declaration in IDEController.h
This commit is contained in:
parent
b96e4c1308
commit
186e03b99d
Notes:
sideshowbarker
2024-07-18 21:01:51 +09:00
Author: https://github.com/supercomputer7
Commit: 186e03b99d
Pull-request: https://github.com/SerenityOS/serenity/pull/5971
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ class AsyncBlockDeviceRequest;
|
|||
class IDEController final : public StorageController
|
||||
, public PCI::DeviceController {
|
||||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
public:
|
||||
static NonnullRefPtr<IDEController> initialize(PCI::Address address, bool force_pio);
|
||||
virtual ~IDEController() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue