From 49e198b20db78c036b00be599448e386b2029c73 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 31 Jul 2018 23:21:36 -0400 Subject: kernel/thread: Remove unimplemented function prototype Given there's no implementation, we may as well remove the code entirely. --- src/core/hle/kernel/thread.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core') diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index a456745a1..3a96db5f3 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h @@ -287,12 +287,6 @@ Thread* GetCurrentThread(); */ 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 */ -- cgit v1.2.3