mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-27 22:03:37 +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:
@@ -66,10 +66,6 @@ void Timer::Clear() {
|
||||
signaled = false;
|
||||
}
|
||||
|
||||
void Timer::WakeupAllWaitingThreads() {
|
||||
WaitObject::WakeupAllWaitingThreads();
|
||||
}
|
||||
|
||||
void Timer::Signal(int cycles_late) {
|
||||
LOG_TRACE(Kernel, "Timer {} fired", GetObjectId());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user