Remove suicidalThread hack from Thread.
This commit is contained in:
parent
9df88a3933
commit
2ba97fb46b
2 changed files with 0 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue