Browse Source

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

Andreas Kling 4 years ago
parent
commit
ad42d873e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Kernel/Scheduler.h

+ 0 - 1
Kernel/Scheduler.h

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