Merge pull request #882 from lioncash/unused

kernel/thread: Remove unimplemented function prototype
This commit is contained in:
bunnei 2018-07-31 22:25:49 -07:00 committed by GitHub
commit 703663d761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/