1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:08:10 +00:00

Kernel/Storage: Remove unused IDEController::initialize() method

This commit is contained in:
Liav A 2023-04-11 00:40:52 +03:00 committed by Linus Groh
parent 93fceb1890
commit dac7e911e6
2 changed files with 0 additions and 6 deletions

View file

@ -15,11 +15,6 @@
namespace Kernel {
UNMAP_AFTER_INIT NonnullLockRefPtr<IDEController> IDEController::initialize()
{
return adopt_lock_ref(*new IDEController());
}
ErrorOr<void> IDEController::reset()
{
return Error::from_errno(ENOTIMPL);