summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-12-16 11:11:38 +0200
committerAndrew Kaster <andrewdkaster@gmail.com>2023-01-02 04:59:23 -0700
commit735aa01b58aaad67c84794252712598b6dd4200d (patch)
tree23af18f6432bdbf99121cff3233000dd9abcc1ad
parentb8e4e473e8f65bfbfe53fee56c642ba88a45ef03 (diff)
downloadserenity-735aa01b58aaad67c84794252712598b6dd4200d.zip
Kernel: Remove stale detect_disks method from PCI IDE controller class
-rw-r--r--Kernel/Arch/x86_64/PCI/IDELegacyModeController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Arch/x86_64/PCI/IDELegacyModeController.h b/Kernel/Arch/x86_64/PCI/IDELegacyModeController.h
index 3d0170f7d9..380f11dc6c 100644
--- a/Kernel/Arch/x86_64/PCI/IDELegacyModeController.h
+++ b/Kernel/Arch/x86_64/PCI/IDELegacyModeController.h
@@ -31,7 +31,6 @@ private:
LockRefPtr<StorageDevice> device_by_channel_and_position(u32 index) const;
void initialize(bool force_pio);
- void detect_disks();
// FIXME: Find a better way to get the ProgrammingInterface
PCI::ProgrammingInterface m_prog_if;