From aa7df4b8234d4b601ad0310605181fdabc8cfcaa Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Tue, 24 Jun 2014 12:40:02 +0200 Subject: Remove empty ThreadEngine constructors and destructors --- include/threadengines/threadengine_pthread.h | 9 --------- include/threadengines/threadengine_win32.h | 5 ----- 2 files changed, 14 deletions(-) (limited to 'include/threadengines') diff --git a/include/threadengines/threadengine_pthread.h b/include/threadengines/threadengine_pthread.h index e86c0b1bb..5756926fd 100644 --- a/include/threadengines/threadengine_pthread.h +++ b/include/threadengines/threadengine_pthread.h @@ -36,15 +36,6 @@ class CoreExport ThreadEngine { public: - - /** Constructor. - */ - ThreadEngine(); - - /** Destructor - */ - virtual ~ThreadEngine(); - /** Create a new thread. This takes an already allocated * Thread* pointer and initializes it to use this threading * engine. On failure, this function may throw a CoreException. 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 -- cgit v1.2.3