diff --git a/test/LevelMutex/ThreadPool.cpp b/test/LevelMutex/ThreadPool.cpp index 8d30c30..276f028 100644 --- a/test/LevelMutex/ThreadPool.cpp +++ b/test/LevelMutex/ThreadPool.cpp @@ -20,7 +20,6 @@ #include -#include #if !defined( _MSC_VER ) #include // needed for the usleep function. #endif @@ -75,7 +74,6 @@ Thread::Thread( volatile ThreadPool * owner, CallFunction function, Thread::~Thread( void ) { assert( IsValid( m_owner ) ); - assert( Thread::Dead == m_status ); assert( nullptr == m_func ); assert( nullptr == m_parm ); assert( m_stop );