Skip to content
Snippets Groups Projects
Unverified Commit 703663d7 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #882 from lioncash/unused

kernel/thread: Remove unimplemented function prototype
parents d2ad279a 49e198b2
No related branches found
No related tags found
No related merge requests found
...@@ -287,12 +287,6 @@ Thread* GetCurrentThread(); ...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment