summaryrefslogtreecommitdiff
path: root/include/threadengines/threadengine_pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
-rw-r--r--include/threadengines/threadengine_pthread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h
index 253e8d223..e86c0b1bb 100644
--- a/include/threadengines/threadengine_pthread.h
+++ b/include/threadengines/threadengine_pthread.h
@@ -52,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 "posix-thread";
- }
};
class CoreExport ThreadData