diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index e240be18c590..0bd3dd4e9e99 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -1804,9 +1804,6 @@ void thread_base::initialize(bool(*wait_cb)(const void*)) void thread_base::notify_abort() noexcept { - // For now - notify(); - atomic_storage_futex::raw_notify(+m_state_notifier); }