Removed unnecessary lines.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1164 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2011-10-22 00:23:05 +00:00
parent d5db30a345
commit ca10785c6d

View file

@ -20,7 +20,6 @@
#include <assert.h>
#include <process.h>
#if !defined( _MSC_VER )
#include <unistd.h> // 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 );