Thread: Remove orphan function declaration

This commit is contained in:
Yuri Kunde Schlesner 2014-12-22 13:02:50 -02:00
parent c91d2e959b
commit 26f1524053

View file

@ -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();