Explorar el Código

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

Andreas Kling hace 4 años
padre
commit
ad42d873e5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();