diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-24 12:40:02 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-24 12:40:02 +0200 |
commit | aa7df4b8234d4b601ad0310605181fdabc8cfcaa (patch) | |
tree | a7ff42a5ad7081762c10ffc81b5ba7ebd7f4dc08 /include/threadengines/threadengine_win32.h | |
parent | ee08a00d1ba447072484f96c445e985f15f48e49 (diff) |
Remove empty ThreadEngine constructors and destructors
Diffstat (limited to 'include/threadengines/threadengine_win32.h')
-rw-r--r-- | include/threadengines/threadengine_win32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index 45be0ff06..18b6e798c 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -38,11 +38,6 @@ class Thread; class CoreExport ThreadEngine { public: - - ThreadEngine(); - - virtual ~ThreadEngine(); - static DWORD WINAPI Entry(void* parameter); /** Create a new thread. This takes an already allocated |