Browse Source

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

Andreas Kling 4 năm trước cách đây
mục cha
commit
ad42d873e5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();