Kernel: Remove TimeManagement::initialized that wasn't implemented

This commit is contained in:
Tom 2021-07-16 14:57:22 -06:00 committed by Andreas Kling
parent 124ca30d49
commit 7bdd66ed89
Notes: sideshowbarker 2024-07-18 08:54:17 +09:00

View file

@ -31,7 +31,6 @@ class TimeManagement {
public:
TimeManagement();
static bool initialized();
static void initialize(u32 cpu);
static TimeManagement& the();