X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fthreadengine.cpp;h=f757aa56c7d1509f332306b7d2bace777c9912e0;hb=42888e2907dacb829e2a29effbee83efb5bef6ec;hp=bb686f0842e117e1440823a69954e0063f1570f2;hpb=7bb96595ee11acda44bdeda400e356d4044e072e;p=user%2Fhenk%2Fcode%2Finspircd.git 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() -{ -}