summaryrefslogtreecommitdiff
path: root/include/threadengine.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-24 13:05:12 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-24 13:05:12 +0200
commitddb1710aa3dc12566c80658d8dc577c07c5dc98b (patch)
tree225f6a07ad974c69a6da65caf369ae77594744f9 /include/threadengine.h
parentfd7ea0cedf528095cc887bd164b0ff8b2edb2f43 (diff)
Remove empty Thread destructor
Diffstat (limited to 'include/threadengine.h')
-rw-r--r--include/threadengine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/threadengine.h b/include/threadengine.h
index 1b4ee1541..fec1bbb96 100644
--- a/include/threadengine.h
+++ b/include/threadengine.h
@@ -60,9 +60,6 @@ class CoreExport Thread
{
}
- /* If the thread is running, you MUST join BEFORE deletion */
- virtual ~Thread();
-
/** Override this method to put your actual
* threaded code here.
*/