diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/threadengine.cpp | 7 |
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() -{ -} |