diff options
Diffstat (limited to 'node/Thread.hpp')
-rw-r--r-- | node/Thread.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
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;
|