diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index a456745a12f0762adc439fdf395e1dd745981bb9..3a96db5f3a412c5cad1b638d4b4e946f480ace76 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -287,12 +287,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
  */