Kernel: Remove unused function from ACPI namespace
This commit is contained in:
parent
a584e1a4ec
commit
2259614640
|
@ -35,8 +35,6 @@ namespace Kernel::ACPI::AML
|
|||
|
||||
BAN::ErrorOr<void> remove_named_object(const Scope& absolute_path);
|
||||
|
||||
BAN::ErrorOr<void> initialize_devices();
|
||||
|
||||
// node is nullptr if it is not found
|
||||
struct FindResult
|
||||
{
|
||||
|
|
|
@ -429,10 +429,4 @@ namespace Kernel::ACPI::AML
|
|||
|
||||
return {};
|
||||
}
|
||||
|
||||
BAN::ErrorOr<void> Namespace::initialize_devices()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue