1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00

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

This commit is contained in:
Andreas Kling 2021-02-07 20:45:09 +01:00
parent 0d8262cbab
commit ad42d873e5

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();