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:
parent
d5db30a345
commit
ca10785c6d
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include <process.h>
|
|
||||||
#if !defined( _MSC_VER )
|
#if !defined( _MSC_VER )
|
||||||
#include <unistd.h> // needed for the usleep function.
|
#include <unistd.h> // needed for the usleep function.
|
||||||
#endif
|
#endif
|
||||||
|
@ -75,7 +74,6 @@ Thread::Thread( volatile ThreadPool * owner, CallFunction function,
|
||||||
Thread::~Thread( void )
|
Thread::~Thread( void )
|
||||||
{
|
{
|
||||||
assert( IsValid( m_owner ) );
|
assert( IsValid( m_owner ) );
|
||||||
assert( Thread::Dead == m_status );
|
|
||||||
assert( nullptr == m_func );
|
assert( nullptr == m_func );
|
||||||
assert( nullptr == m_parm );
|
assert( nullptr == m_parm );
|
||||||
assert( m_stop );
|
assert( m_stop );
|
||||||
|
|
Loading…
Reference in a new issue