Kernel: Remove stale detect_disks method from PCI IDE controller class

This commit is contained in:
Liav A 2022-12-16 11:11:38 +02:00 committed by Andrew Kaster
commit 735aa01b58
Notes: sideshowbarker 2024-07-17 14:36:19 +09:00

View file

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