Kernel: Remove unnecessary timer check from Scheduler

This commit is contained in:
Bananymous
2023-08-04 10:24:29 +03:00
parent 453a5387cb
commit dd17124c77
2 changed files with 0 additions and 6 deletions

View File

@@ -73,8 +73,6 @@ namespace Kernel
BAN::LinkedList<ActiveThread>::iterator m_current_thread;
uint64_t m_last_reschedule = 0;
friend class Process;
};