]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/threadengine.cpp
Merge m_restrictchans and m_regonlycreate due to converging functionality (#1541).
[user/henk/code/inspircd.git] / src / threadengine.cpp
index bb686f0842e117e1440823a69954e0063f1570f2..f757aa56c7d1509f332306b7d2bace777c9912e0 100644 (file)
@@ -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()
-{
-}