diff --git a/src/cpp11_thread.cpp b/src/cpp11_thread.cpp index 914ee1728..2b56ae2f6 100644 --- a/src/cpp11_thread.cpp +++ b/src/cpp11_thread.cpp @@ -122,7 +122,6 @@ thread_reset_event(event_t *handle) std::lock_guard lock(event->mutex); event->state = false; - event->cond.notify_all(); } void