diff options
| author | bunnei <bunneidev@gmail.com> | 2019-01-31 15:19:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-31 15:19:02 -0500 |
| commit | db21ac262774029a7b844e626a6474202263f9aa (patch) | |
| tree | ed14b003d8ec872cd3d815fd5b372c4e64eb9a01 /src/core/hle/kernel/timer.h | |
| parent | d6f5f5cafa4e7a2769f3515260d4e2b373ede3b9 (diff) | |
| parent | a3cdd773c34ccfbfaa4a59724d94b6d8ca7c64e7 (diff) | |
Merge pull request #2077 from lioncash/virt
kernel/wait_object: Devirtualize functions related to manipulating the thread list directly
Diffstat (limited to 'src/core/hle/kernel/timer.h')
| -rw-r--r-- | src/core/hle/kernel/timer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/timer.h b/src/core/hle/kernel/timer.h index 12915c1b1..ce3e74426 100644 --- a/src/core/hle/kernel/timer.h +++ b/src/core/hle/kernel/timer.h @@ -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 |
