diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-24 12:36:38 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-24 12:36:38 +0200 |
commit | ee08a00d1ba447072484f96c445e985f15f48e49 (patch) | |
tree | b417d4b2f20635d4e818634a6b9261c5ca1ee386 /include/threadengines/threadengine_win32.h | |
parent | 024906dbcdfd1e48898167695712a6c9e0fc7e9a (diff) |
Remove the unused ThreadEngine::GetName() method from both implementations
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 |