Remove an EVBASE_RELEASE_LOCK that I missed.

svn:r1452
This commit is contained in:
Nick Mathewson 2009-10-21 05:36:27 +00:00
parent ed748a48ba
commit c9c4ec26ee

View File

@ -1584,7 +1584,6 @@ timeout_process(struct event_base *base)
struct event *ev;
if (min_heap_empty(&base->timeheap)) {
EVBASE_RELEASE_LOCK(base, EVTHREAD_WRITE, th_base_lock);
return;
}