]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/threadengines/threadengine_win32.h
Remove the unused ThreadEngine::GetName() method from both implementations
[user/henk/code/inspircd.git] / include / threadengines / threadengine_win32.h
index 2fdcac5650ccb400bdb214886889fd35d7eee739..45be0ff06077a58877cf59cdd1058f681d499469 100644 (file)
@@ -18,8 +18,7 @@
  */
 
 
-#ifndef THREADENGINE_WIN32_H
-#define THREADENGINE_WIN32_H
+#pragma once
 
 #include "config.h"
 #include "base.h"
@@ -53,14 +52,6 @@ class CoreExport ThreadEngine
          * derived object.
          */
        void Start(Thread* thread_to_init);
-
-       /** Returns the thread engine's name for display purposes
-        * @return The thread engine name
-        */
-       const std::string GetName()
-       {
-               return "windows-thread";
-       }
 };
 
 class CoreExport ThreadData
@@ -152,6 +143,3 @@ class ThreadSignalData
                connFD = -1;
        }
 };
-
-#endif
-