diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/qpid/sys/DeletionManager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/sys/DeletionManager.h b/cpp/src/qpid/sys/DeletionManager.h index 5d8428966e..c1fea19f30 100644 --- a/cpp/src/qpid/sys/DeletionManager.h +++ b/cpp/src/qpid/sys/DeletionManager.h @@ -77,11 +77,7 @@ public: static void destroyThreadState() { ThreadStatus* threadStatus = getThreadStatus(); - { - ScopedLock<Mutex> l(threadStatus->lock); - allThreadsStatuses.delThreadStatus(threadStatus); - } delete threadStatus; threadStatus = 0; } |