Parcourir la source

kernel/thread: Remove unimplemented function prototype

Given there's no implementation, we may as well remove the code
entirely.
Lioncash il y a 8 ans
Parent
commit
49e198b20d
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      src/core/hle/kernel/thread.h

+ 0 - 6
src/core/hle/kernel/thread.h

@@ -287,12 +287,6 @@ Thread* GetCurrentThread();
  */
  */
 void WaitCurrentThread_Sleep();
 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
  * Stops the current thread and removes it from the thread_list
  */
  */