aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
authorSebastian Valle <subv2112@gmail.com>2017-01-05 14:17:36 -0500
committerGitHub <noreply@github.com>2017-01-05 14:17:36 -0500
commite8fb93e34f0b48dc4102df13dac7a41eddb732a4 (patch)
tree2eab95cf5db820bbc09475eb88f614d11940e95e /src/core/hle/kernel/thread.h
parentf20d872643654c574f73a263f032613046900f07 (diff)
parent5e2a8ebabf52fc05eca41cafad1c85478a0c5dbb (diff)
Merge pull request #2409 from Subv/unused_funcs
Kernel: Remove some unused functions.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h9
1 files changed, 0 insertions, 9 deletions
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
@@ -246,15 +246,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<SharedPtr<WaitObject>> wait_objects,
- bool wait_set_output);
-
-/**
* Waits the current thread from an ArbitrateAddress call
* @param wait_address Arbitration address used to resume from wait
*/