(trunk) "assert( eh->die );" isn't shedding any light on the problem but it is pissing off many users, so let's remove it.

This commit is contained in:
Charles Kerr 2009-06-09 22:02:58 +00:00
parent 389db06d08
commit 101459ef46
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ libeventThreadFunc( void * veh )
event_set_log_callback( logFunc );
/* loop until all the events are done */
event_dispatch( );
assert( eh->die );
while( !eh->die )
event_dispatch( );
/* shut down the thread */
tr_lockFree( eh->lock );