Parcourir la source

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

Andreas Kling il y a 4 ans
Parent
commit
ad42d873e5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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();