diff options
| author | 2014-06-24 12:40:02 +0200 | |
|---|---|---|
| committer | 2014-06-24 12:40:02 +0200 | |
| commit | aa7df4b8234d4b601ad0310605181fdabc8cfcaa (patch) | |
| tree | a7ff42a5ad7081762c10ffc81b5ba7ebd7f4dc08 /include/threadengines/threadengine_pthread.h | |
| parent | Remove the unused ThreadEngine::GetName() method from both implementations (diff) | |
| download | inspircd++-aa7df4b8234d4b601ad0310605181fdabc8cfcaa.tar.gz inspircd++-aa7df4b8234d4b601ad0310605181fdabc8cfcaa.tar.bz2 inspircd++-aa7df4b8234d4b601ad0310605181fdabc8cfcaa.zip | |
Remove empty ThreadEngine constructors and destructors
Diffstat (limited to 'include/threadengines/threadengine_pthread.h')
| -rw-r--r-- | include/threadengines/threadengine_pthread.h | 9 |
1 files changed, 0 insertions, 9 deletions
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. |
