diff options
| author | 2018-02-18 14:46:11 -0500 | |
|---|---|---|
| committer | 2018-02-18 14:46:11 -0500 | |
| commit | cec0d4f1918c640524fa0087549da2fab0960e24 (patch) | |
| tree | 3b2c3e28cc798b6cdf081d6ddd6e13554458b72a /src/core/hle/kernel/thread.h | |
| parent | Merge pull request #198 from N00byKing/clang (diff) | |
| download | yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.gz yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.tar.xz yuzu-cec0d4f1918c640524fa0087549da2fab0960e24.zip | |
kernel: Remove unused address_arbiter code.
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index bbffaf4cf..aa80a51a9 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -260,18 +260,6 @@ bool HaveReadyThreads(); | |||
| 260 | void Reschedule(); | 260 | void Reschedule(); |
| 261 | 261 | ||
| 262 | /** | 262 | /** |
| 263 | * Arbitrate the highest priority thread that is waiting | ||
| 264 | * @param address The address for which waiting threads should be arbitrated | ||
| 265 | */ | ||
| 266 | Thread* ArbitrateHighestPriorityThread(VAddr address); | ||
| 267 | |||
| 268 | /** | ||
| 269 | * Arbitrate all threads currently waiting. | ||
| 270 | * @param address The address for which waiting threads should be arbitrated | ||
| 271 | */ | ||
| 272 | void ArbitrateAllThreads(VAddr address); | ||
| 273 | |||
| 274 | /** | ||
| 275 | * Gets the current thread | 263 | * Gets the current thread |
| 276 | */ | 264 | */ |
| 277 | Thread* GetCurrentThread(); | 265 | Thread* GetCurrentThread(); |