simplified

This commit is contained in:
john30
2015-02-21 13:19:05 +01:00
parent 41cd38ab75
commit 2786e44d73
-2
View File
@@ -34,8 +34,6 @@ Thread::~Thread()
{
if (m_started) {
pthread_detach(m_threadid);
}
if (m_started) {
pthread_cancel(m_threadid);
}
}