diff options
Diffstat (limited to 'include/threadengines/threadengine_win32.h')
-rw-r--r-- | include/threadengines/threadengine_win32.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index 59848bd44..45be0ff06 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.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 "windows-thread"; - } }; class CoreExport ThreadData |