]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/threadengine.cpp
Remove an extremely noisy piece of debug on startup/rehash - this code works fine...
[user/henk/code/inspircd.git] / src / threadengine.cpp
index f16b5098558ecd23287e8b4748f7d6b051ef13be..49538f891326330fa180f56de6b63284edc2129d 100644 (file)
@@ -11,7 +11,7 @@
  * ---------------------------------------------------
  */
 
-/* $Core: libIRCDthreadengine */
+/* $Core */
 
 /*********        DEFAULTS       **********/
 /* $ExtraSources: threadengines/threadengine_pthread.cpp */
@@ -28,3 +28,6 @@ ThreadEngine::~ThreadEngine()
 {
 }
 
+Mutex::Mutex(InspIRCd* Instance) : ServerInstance(Instance)
+{
+}