소스 검색

Merge pull request #4358 from lioncash/unused5

kernel/thread: Remove unimplemented function prototype
David 6 년 전
부모
커밋
69f8b6a53e
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/core/hle/kernel/thread.h

+ 0 - 2
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{};