Kernel: Remove ancient unused Scheduler::beep() declaration

This commit is contained in:
Andreas Kling 2021-02-07 20:45:09 +01:00
commit ad42d873e5
Notes: sideshowbarker 2024-07-18 22:31:55 +09:00

View file

@ -64,7 +64,6 @@ public:
static void prepare_after_exec();
static void prepare_for_idle_loop();
static Process* colonel();
static void beep();
static void idle_loop(void*);
static void invoke_async();
static void notify_finalizer();