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 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;