Cleanup RETURN() in __KernelWaitCurThread().
This hasn't been needed for a while.
This commit is contained in:
parent
f7fa0a06d4
commit
9591db2daa
2 changed files with 7 additions and 9 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue