Commit c5bab56002bd2cdbfe4687b80a6abf5397786d76

Nick Mathewson 2010-05-11T11:44:07

Remove the obsolete evthread interfaces These were added in 2.0.1, and deprecated in 2.0.4 and 2.0.5; we've promised that they would be removed, and warned whenever they were invoked. Users should call evthread_set_lock_callbacks instead... or ideally just call evthread_use_windows_threads or evthread_use_pthreads.