Thread: Remove orphan function declaration
This commit is contained in:
parent
c91d2e959b
commit
26f1524053
1 changed files with 0 additions and 3 deletions
|
@ -135,9 +135,6 @@ void WaitCurrentThread(WaitType wait_type, Object* wait_object = GetCurrentThrea
|
|||
*/
|
||||
void WaitCurrentThread(WaitType wait_type, Object* wait_object, VAddr wait_address);
|
||||
|
||||
/// Put current thread in a wait state - on WaitSynchronization
|
||||
void WaitThread_Synchronization();
|
||||
|
||||
/// Initialize threading
|
||||
void ThreadingInit();
|
||||
|
||||
|
|
Loading…
Reference in a new issue