mirror of
https://github.com/boostorg/thread.git
synced 2026-01-27 19:32:11 +00:00
* Deleted a couple of unnecessary calls to internal_clock_t::now() in v2/thread.hpp. * Deleted the hidden::sleep_until() functions, which are no longer being used. * Deleted the condition_variable::do_wait_for() function, which is no longer being used. * Deleted the sleep_mutex and sleep_condition variables in pthread/thread_data.hpp, which are no longer being used.