Threads: removed outdated on_abort detection deemed unnecessary

May cause regressions.
This commit is contained in:
Nekotekina 2020-02-25 15:48:25 +03:00
parent 3f943945a7
commit b59bb16fad
5 changed files with 0 additions and 26 deletions

View file

@ -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);