mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 09:09:59 +00:00
kernel/thread: Remove unimplemented function prototype
Given there's no implementation, we may as well remove the code entirely.
This commit is contained in:
parent
ff2c1b0a94
commit
49e198b20d
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue