sys_spu_thread: Removed unused field access

This commit is contained in:
DH 2021-11-28 09:22:34 +02:00 committed by Nekotekina
parent 56d922999f
commit 2981867375

View file

@ -253,7 +253,7 @@ error_code sys_ppu_thread_detach(ppu_thread& ppu, u32 thread_id)
// Remove ID on EAGAIN
return result != CELL_EAGAIN;
}).ptr;
});
if (result)
{