From 2ba97fb46b1b405161a3d391842566b057800f4c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 31 Jul 2013 10:06:59 -0400 Subject: Remove suicidalThread hack from Thread. --- node/Thread.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'node/Thread.hpp') diff --git a/node/Thread.hpp b/node/Thread.hpp index b023fbae..9b399a00 100644 --- a/node/Thread.hpp +++ b/node/Thread.hpp @@ -78,11 +78,6 @@ protected: virtual void main() throw(); - /** - * Subclasses can set to true to cause Thread to delete itself on exit - */ - volatile bool suicidalThread; - private: void *_impl; AtomicCounter _running; -- cgit v1.2.3