aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-31 22:25:49 -0700
committerGitHub <noreply@github.com>2018-07-31 22:25:49 -0700
commit703663d7619a10c32f4e34164f77180b9de3b901 (patch)
treef366a356ae838d9902ae45c3b26422fc0ade496f /src
parentd2ad279a32751756c6c7bcb9354136f52dea0795 (diff)
parent49e198b20db78c036b00be599448e386b2029c73 (diff)
Merge pull request #882 from lioncash/unused
kernel/thread: Remove unimplemented function prototype
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/thread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index a456745a12..3a96db5f3a 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -288,12 +288,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
*/
void ExitCurrentThread();