diff options
| -rw-r--r-- | src/core/hle/kernel/thread.h | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index a456745a1..3a96db5f3 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -288,12 +288,6 @@ Thread* GetCurrentThread();  void WaitCurrentThread_Sleep();  /** - * Waits the current thread from an ArbitrateAddress call - * @param wait_address Arbitration address used to resume from wait - */ -void WaitCurrentThread_ArbitrateAddress(VAddr wait_address); - -/**   * Stops the current thread and removes it from the thread_list   */  void ExitCurrentThread(); | 
