summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar David2020-07-17 13:17:52 +1000
committerGravatar GitHub2020-07-17 13:17:52 +1000
commit69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b (patch)
tree4dab98ea4601d663cddc6600e0e1cbf9529b46d4 /src
parentMerge pull request #4367 from lioncash/inc2 (diff)
parentkernel/thread: Remove unimplemented function prototype (diff)
downloadyuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.gz
yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.tar.xz
yuzu-69f8b6a53e5f5d1a75b3a05fb32dcfd94672135b.zip
Merge pull request #4358 from lioncash/unused5
kernel/thread: Remove unimplemented function prototype
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index 9808767e5..8daf79fac 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -583,8 +583,6 @@ private:
583 583
584 void SetCurrentPriority(u32 new_priority); 584 void SetCurrentPriority(u32 new_priority);
585 585
586 void AdjustSchedulingOnAffinity(u64 old_affinity_mask, s32 old_core);
587
588 Common::SpinLock context_guard{}; 586 Common::SpinLock context_guard{};
589 ThreadContext32 context_32{}; 587 ThreadContext32 context_32{};
590 ThreadContext64 context_64{}; 588 ThreadContext64 context_64{};