mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 18:35:45 +00:00
kernel/timer: Remove unnecessary WakeupAllWaitingThreads() override
This implementation just calls the base class variant of the function, so this isn't necessary.
This commit is contained in:
parent
53c17e5dca
commit
84f0a76c97
2 changed files with 0 additions and 6 deletions
|
@ -51,8 +51,6 @@ public:
|
|||
bool ShouldWait(Thread* thread) const override;
|
||||
void Acquire(Thread* thread) override;
|
||||
|
||||
void WakeupAllWaitingThreads() override;
|
||||
|
||||
/**
|
||||
* Starts the timer, with the specified initial delay and interval.
|
||||
* @param initial Delay until the timer is first fired
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue