mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Remove TimeManagement::initialized that wasn't implemented
This commit is contained in:
parent
124ca30d49
commit
7bdd66ed89
Notes:
sideshowbarker
2024-07-18 08:54:17 +09:00
Author: https://github.com/tomuta Commit: https://github.com/SerenityOS/serenity/commit/7bdd66ed895 Pull-request: https://github.com/SerenityOS/serenity/pull/8819 Issue: https://github.com/SerenityOS/serenity/issues/8710
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class TimeManagement {
|
|||
|
||||
public:
|
||||
TimeManagement();
|
||||
static bool initialized();
|
||||
static void initialize(u32 cpu);
|
||||
static TimeManagement& the();
|
||||
|
||||
|
|
Loading…
Reference in a new issue