mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Threads: removed outdated on_abort detection deemed unnecessary
May cause regressions.
This commit is contained in:
parent
3f943945a7
commit
b59bb16fad
5 changed files with 0 additions and 26 deletions
|
@ -387,11 +387,6 @@ void cpu_thread::operator()()
|
|||
g_cpu_suspend_lock.lock_unlock();
|
||||
}
|
||||
|
||||
void cpu_thread::on_abort()
|
||||
{
|
||||
state += cpu_flag::exit;
|
||||
}
|
||||
|
||||
cpu_thread::~cpu_thread()
|
||||
{
|
||||
vm::cleanup_unlock(*this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue