mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
parent
09a22ddb2a
commit
3cbc0fdbb0
19 changed files with 0 additions and 42 deletions
|
@ -24,7 +24,6 @@ class StorageManagement {
|
|||
|
||||
public:
|
||||
StorageManagement();
|
||||
static bool initialized();
|
||||
void initialize(StringView boot_argument, bool force_pio, bool nvme_poll);
|
||||
static StorageManagement& the();
|
||||
|
||||
|
@ -43,8 +42,6 @@ public:
|
|||
void remove_device(StorageDevice&);
|
||||
|
||||
private:
|
||||
bool boot_argument_contains_partition_uuid();
|
||||
|
||||
void enumerate_pci_controllers(bool force_pio, bool nvme_poll);
|
||||
void enumerate_storage_devices();
|
||||
void enumerate_disk_partitions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue