Browse Source
Merge pull request #4358 from lioncash/unused5
kernel/thread: Remove unimplemented function prototype
pull/15/merge
David
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
src/core/hle/kernel/thread.h
|
|
|
@ -583,8 +583,6 @@ private: |
|
|
|
|
|
|
|
void SetCurrentPriority(u32 new_priority); |
|
|
|
|
|
|
|
void AdjustSchedulingOnAffinity(u64 old_affinity_mask, s32 old_core); |
|
|
|
|
|
|
|
Common::SpinLock context_guard{}; |
|
|
|
ThreadContext32 context_32{}; |
|
|
|
ThreadContext64 context_64{}; |
|
|
|
|