From 83e05c66e9ef5a757b8b1ddb379af6bf890321af Mon Sep 17 00:00:00 2001 From: Eladash Date: Wed, 4 Mar 2020 13:17:24 +0200 Subject: [PATCH] Update thread_base::notify_abort() --- Utilities/Thread.cpp | 3 --- 1 file changed, 3 deletions(-) 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); }