Remove unneeded assert.

This commit is contained in:
Steve Checkoway
2006-07-18 03:57:31 +00:00
parent 366c3440d4
commit bea4177222
@@ -342,7 +342,6 @@ bool EventImpl_Pthreads::Wait( RageTimer *pTimeout )
}
int iRet = pthread_cond_timedwait( &m_Cond, &m_pParent->mutex, &abstime );
ASSERT( iRet != EINVAL );
return iRet != ETIMEDOUT;
}
#else