Cleanup RETURN() in __KernelWaitCurThread().

This hasn't been needed for a while.
This commit is contained in:
Unknown W. Brackets 2013-10-05 21:29:52 -07:00
parent f7fa0a06d4
commit 9591db2daa
2 changed files with 7 additions and 9 deletions

View file

@ -1498,9 +1498,6 @@ void __KernelWaitCurThread(WaitType type, SceUID waitID, u32 waitValue, u32 time
thread->waitInfo.waitValue = waitValue;
thread->waitInfo.timeoutPtr = timeoutPtr;
// TODO: Remove this once all callers are cleaned up.
RETURN(0); //pretend all went OK
// TODO: time waster
if (!reason)
reason = "started wait";