From ee08a00d1ba447072484f96c445e985f15f48e49 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 24 Jun 2014 12:36:38 +0200 Subject: Remove the unused ThreadEngine::GetName() method from both implementations --- include/threadengines/threadengine_pthread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/threadengines/threadengine_pthread.h') 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 -- cgit v1.2.3