aboutsummaryrefslogtreecommitdiff
path: root/src/threadengine.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-06-24 13:05:12 +0200
committerGravatar Attila Molnar2014-06-24 13:05:12 +0200
commitddb1710aa3dc12566c80658d8dc577c07c5dc98b (patch)
tree225f6a07ad974c69a6da65caf369ae77594744f9 /src/threadengine.cpp
parentthreadengine_win32 Don't ask for the thread id of newly created threads point... (diff)
Remove empty Thread destructor
Diffstat (limited to 'src/threadengine.cpp')
-rw-r--r--src/threadengine.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/threadengine.cpp b/src/threadengine.cpp
index bb686f084..f757aa56c 100644
--- a/src/threadengine.cpp
+++ b/src/threadengine.cpp
@@ -28,10 +28,3 @@ void Thread::join()
{
ServerInstance->Threads.Stop(this);
}
-
-/** If this thread has a Creator set, call it to
- * free the thread
- */
-Thread::~Thread()
-{
-}