Skip to content

Commit

Permalink
Do not yet lock reading of cleanup list ... too serializing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed May 16, 2017
1 parent 138c7ce commit 308daba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/base/src/TObject.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class hierarchies (watch out for overlaps).
#include "TObjString.h"
#include "TRefTable.h"
#include "TProcessID.h"
#include "TVirtualMutex.h"

Long_t TObject::fgDtorOnly = 0;
Bool_t TObject::fgObjectStat = kTRUE;
Expand Down Expand Up @@ -149,7 +148,6 @@ TObject::~TObject()
if (root->MustClean()) {
if (root == this) return;
if (TestBit(kMustCleanup)) {
R__LOCKGUARD2(gROOTMutex);
root->GetListOfCleanups()->RecursiveRemove(this);
}
}
Expand Down

0 comments on commit 308daba

Please sign in to comment.