summaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r--src/threadengine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index 4dd439a51..fc9ee742e 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -44,10 +44,6 @@ static void *entry_point(void *parameter)
return NULL;
}
-Thread::~Thread()
-{
-}
-
void Thread::Join()
{
this->SetExitState();