Przeglądaj źródła

kernel/thread: Remove unimplemented function prototype

This isn't used, so it can be removed.
Lioncash 6 lat temu
rodzic
commit
8bef49cde5
1 zmienionych plików z 0 dodań i 2 usunięć
  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{};