summaryrefslogtreecommitdiff
path: root/src/threadengines/threadengine_pthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadengines/threadengine_pthread.cpp')
-rw-r--r--src/threadengines/threadengine_pthread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threadengines/threadengine_pthread.cpp b/src/threadengines/threadengine_pthread.cpp
index 8bdcd6d96..9dc203dec 100644
--- a/src/threadengines/threadengine_pthread.cpp
+++ b/src/threadengines/threadengine_pthread.cpp
@@ -54,7 +54,6 @@ void PThreadEngine::Create(Thread* thread_to_init)
PThreadEngine::~PThreadEngine()
{
- //pthread_kill(this->MyPThread, SIGKILL);
}
void PThreadEngine::Run()