mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-23 22:20:10 +00:00
Thread: Remove orphan function declaration
This commit is contained in:
parent
c91d2e959b
commit
26f1524053
@ -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 New Issue
Block a user