diff --git a/stepmania/src/arch/Threads/Threads_Pthreads.cpp b/stepmania/src/arch/Threads/Threads_Pthreads.cpp index 20ba240fe3..a642b33e6f 100644 --- a/stepmania/src/arch/Threads/Threads_Pthreads.cpp +++ b/stepmania/src/arch/Threads/Threads_Pthreads.cpp @@ -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