diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/threadengine.h | 3 |
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. */ |