mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Kernel: Remove "stale callback" concept from time management
If a hardware timer doesn't have a callback registered, it's now simply represented by a null m_callback.
This commit is contained in:
@@ -90,10 +90,6 @@ time_t TimeManagement::boot_time() const
|
||||
return RTC::boot_time();
|
||||
}
|
||||
|
||||
void TimeManagement::stale_function(const RegisterState&)
|
||||
{
|
||||
}
|
||||
|
||||
TimeManagement::TimeManagement(bool probe_non_legacy_hardware_timers)
|
||||
{
|
||||
if (ACPI::is_enabled()) {
|
||||
|
||||
Reference in New Issue
Block a user