No notify on reset event.

This commit is contained in:
OBattler
2021-12-17 19:11:02 +01:00
parent 8996a61ba4
commit 57f879ba0b

View File

@@ -122,7 +122,6 @@ thread_reset_event(event_t *handle)
std::lock_guard<std::mutex> lock(event->mutex);
event->state = false;
event->cond.notify_all();
}
void