From 5e2a8ebabf52fc05eca41cafad1c85478a0c5dbb Mon Sep 17 00:00:00 2001 From: Subv Date: Thu, 5 Jan 2017 13:17:06 -0500 Subject: Kernel: Remove some unused functions. --- src/core/hle/kernel/thread.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/core/hle/kernel/thread.h') diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index af72b76ea..6d395585d 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -245,15 +245,6 @@ Thread* GetCurrentThread(); */ void WaitCurrentThread_Sleep(); -/** - * Waits the current thread from a WaitSynchronization call - * @param wait_objects Kernel objects that we are waiting on - * @param wait_set_output If true, set the output parameter on thread wakeup (for - * WaitSynchronizationN only) - */ -void WaitCurrentThread_WaitSynchronization(std::vector> wait_objects, - bool wait_set_output); - /** * Waits the current thread from an ArbitrateAddress call * @param wait_address Arbitration address used to resume from wait -- cgit v1.2.3