소스 검색

Merge pull request #882 from lioncash/unused

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

+ 0 - 6
src/core/hle/kernel/thread.h

@@ -287,12 +287,6 @@ Thread* GetCurrentThread();
  */
 void WaitCurrentThread_Sleep();
 
-/**
- * Waits the current thread from an ArbitrateAddress call
- * @param wait_address Arbitration address used to resume from wait
- */
-void WaitCurrentThread_ArbitrateAddress(VAddr wait_address);
-
 /**
  * Stops the current thread and removes it from the thread_list
  */